From 111af83682930baf24f9b7eacf925f2d42874ebc Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 27 Mar 2020 15:39:03 +0100 Subject: dev-python/autobahn: Add missing dep on unittest2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/715050 Signed-off-by: Michał Górny --- dev-python/autobahn/autobahn-18.3.1.ebuild | 1 + 1 file changed, 1 insertion(+) (limited to 'dev-python/autobahn') diff --git a/dev-python/autobahn/autobahn-18.3.1.ebuild b/dev-python/autobahn/autobahn-18.3.1.ebuild index e8047f92670f..510e1000f21b 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=( -- cgit v1.2.3-65-gdbad