dev-python/PyPDF2: Add missing test dep on dev-python/pillow

Closes: https://bugs.gentoo.org/837248
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-04-08 11:59:56 +02:00
parent 7e9fab249e
commit db78c95267

View File

@@ -23,6 +23,10 @@ SLOT="0"
KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86"
IUSE="examples"
BDEPEND="
dev-python/pillow[${PYTHON_USEDEP}]
"
distutils_enable_tests pytest
python_install_all() {