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>
This commit is contained in:
Jakov Smolic
2021-02-23 10:32:57 +01:00
committed by David Seifert
parent 4ffdc85c57
commit 91af11b554

View File

@@ -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