diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-02-23 10:32:57 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2021-02-23 10:32:57 +0100 |
commit | 91af11b554dae0426b755f49490fcdfd72b6a34a (patch) | |
tree | 70ecb09ac2b828c98b332f8882f42cf58f9ab2c8 /dev-python | |
parent | dev-python/pysnmp: Move pysmi to PDEPEND (diff) | |
download | gentoo-91af11b554dae0426b755f49490fcdfd72b6a34a.tar.gz gentoo-91af11b554dae0426b755f49490fcdfd72b6a34a.tar.bz2 gentoo-91af11b554dae0426b755f49490fcdfd72b6a34a.zip |
dev-python/pysmi: Add missing pysnmp test dep
Closes: https://github.com/gentoo/gentoo/pull/19612
Closes: https://bugs.gentoo.org/772221
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pysmi/pysmi-0.3.4.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/pysmi/pysmi-0.3.4.ebuild b/dev-python/pysmi/pysmi-0.3.4.ebuild index b28efec48ddd..65ae6d0c5a5b 100644 --- a/dev-python/pysmi/pysmi-0.3.4.ebuild +++ b/dev-python/pysmi/pysmi-0.3.4.ebuild @@ -15,5 +15,6 @@ SLOT="0" KEYWORDS="amd64 ~arm ~ia64 ppc ~sparc x86" RDEPEND="dev-python/ply[${PYTHON_USEDEP}]" +BDEPEND="test? ( dev-python/pysnmp[${PYTHON_USEDEP}] )" distutils_enable_tests unittest |