dev-python/pikepdf: Tests also need lcms in pillow

Closes: https://bugs.gentoo.org/765682
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2021-01-16 21:07:55 +01:00
parent 968b268111
commit e781e06952

View File

@@ -26,7 +26,7 @@ BDEPEND="
test? (
>=dev-python/attrs-20.2.0[${PYTHON_USEDEP}]
>=dev-python/hypothesis-5[${PYTHON_USEDEP}]
>=dev-python/pillow-5.0.0[${PYTHON_USEDEP},jpeg]
>=dev-python/pillow-5.0.0[${PYTHON_USEDEP},jpeg,lcms]
>=dev-python/psutil-5[${PYTHON_USEDEP}]
>=dev-python/pytest-6[${PYTHON_USEDEP}]
>=dev-python/pytest-timeout-1.4.2[${PYTHON_USEDEP}]