commit: 111af83682930baf24f9b7eacf925f2d42874ebc Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Mar 27 14:39:03 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Mar 27 14:39:03 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=111af836
dev-python/autobahn: Add missing dep on unittest2 Closes: https://bugs.gentoo.org/715050 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/autobahn/autobahn-18.3.1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-python/autobahn/autobahn-18.3.1.ebuild b/dev-python/autobahn/autobahn-18.3.1.ebuild index e8047f92670..510e1000f21 100644 --- a/dev-python/autobahn/autobahn-18.3.1.ebuild +++ b/dev-python/autobahn/autobahn-18.3.1.ebuild @@ -47,6 +47,7 @@ DEPEND="${RDEPEND} >=dev-python/pynacl-1.0.1[${PYTHON_USEDEP}] >=dev-python/pytrie-0.2[${PYTHON_USEDEP}] >=dev-python/pyqrcode-1.1.0[${PYTHON_USEDEP}] + dev-python/unittest2[${PYTHON_USEDEP}] )" PATCHES=(
