dev-python/keyrings-alt: add a dependency for test

Closes: https://bugs.gentoo.org/830147
Signed-off-by: Viorel Munteanu <ceamac.paragon@gmail.com>
This commit is contained in:
Viorel Munteanu
2021-12-28 12:53:06 +02:00
parent 0a4481b85b
commit 8c7bee178d

View File

@@ -22,7 +22,10 @@ DEPEND="
"
RDEPEND="${DEPEND}"
BDEPEND="
test? ( dev-python/pytest[${PYTHON_USEDEP}] )
test? (
dev-python/keyring[${PYTHON_USEDEP}]
dev-python/pytest[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest