dev-python/PyPDF2: Add test dep on dev-python/pycryptodome

Closes: https://bugs.gentoo.org/853130
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-06-20 08:39:24 +02:00
parent 03c7a446b6
commit ff31e7fd3b

View File

@@ -34,6 +34,9 @@ RDEPEND="
"
BDEPEND="
dev-python/pillow[${PYTHON_USEDEP}]
test? (
dev-python/pycryptodome[${PYTHON_USEDEP}]
)
"
distutils_enable_tests pytest