diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-03-27 15:39:03 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-03-27 15:39:03 +0100 |
commit | 111af83682930baf24f9b7eacf925f2d42874ebc (patch) | |
tree | 59edd6b0a77e67891adadeaed7376256515a3485 | |
parent | sys-cluster/slurm: Version bump (v20.02.1.1) (diff) | |
download | gentoo-111af83682930baf24f9b7eacf925f2d42874ebc.tar.gz gentoo-111af83682930baf24f9b7eacf925f2d42874ebc.tar.bz2 gentoo-111af83682930baf24f9b7eacf925f2d42874ebc.zip |
dev-python/autobahn: Add missing dep on unittest2
Closes: https://bugs.gentoo.org/715050
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/autobahn/autobahn-18.3.1.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
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=( |