dev-python/pyvirtualdisplay: Require xcb support in pillow

Closes: https://bugs.gentoo.org/833269
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2022-02-13 14:00:24 +01:00
parent f360f01d9d
commit 8331ac0ba8

View File

@@ -28,7 +28,7 @@ BDEPEND="
dev-python/easyprocess[${PYTHON_USEDEP}]
dev-python/entrypoint2[${PYTHON_USEDEP}]
dev-python/path-py[${PYTHON_USEDEP}]
dev-python/pillow[${PYTHON_USEDEP}]
dev-python/pillow[xcb,${PYTHON_USEDEP}]
dev-python/psutil[${PYTHON_USEDEP}]
dev-python/pyscreenshot[${PYTHON_USEDEP}]
~dev-python/vncdotool-0.13.0[${PYTHON_USEDEP}]