dev-python/argparse-manpage: Add test dep on dev-python/pip

Closes: https://bugs.gentoo.org/827827
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-11-29 15:41:47 +01:00
parent 6858095cc3
commit d809749e1e

View File

@@ -14,6 +14,11 @@ LICENSE="Apache-2.0"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
BDEPEND="
test? (
dev-python/pip[${PYTHON_USEDEP}]
)"
distutils_enable_tests pytest
python_test() {