dev-python/mss: add missing test dep

Closes: https://bugs.gentoo.org/742626
Package-Manager: Portage-3.0.7, Repoman-3.0.1
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@riseup.net>
Closes: https://github.com/gentoo/gentoo/pull/17550
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
This commit is contained in:
Andrew Ammerlaan
2020-09-15 18:17:49 +02:00
committed by Joonas Niilola
parent eef886c7fe
commit d7b59ec70c

View File

@@ -21,6 +21,7 @@ S="${WORKDIR}/python-${PN}-${PV}"
BDEPEND="test? (
dev-python/flaky[${PYTHON_USEDEP}]
dev-python/wheel[${PYTHON_USEDEP}]
sys-process/lsof
)"
distutils_enable_tests pytest