diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-03-13 16:13:48 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-03-13 16:13:48 +0100 |
commit | 6830f7b2a3fc4e9347ac533cd72330fd35f29c26 (patch) | |
tree | c63838e56d02559d8275c540c25a7c11458454e6 | |
parent | app-admin/exo: remove old (diff) | |
download | gentoo-6830f7b2a3fc4e9347ac533cd72330fd35f29c26.tar.gz gentoo-6830f7b2a3fc4e9347ac533cd72330fd35f29c26.tar.bz2 gentoo-6830f7b2a3fc4e9347ac533cd72330fd35f29c26.zip |
dev-python/pyscreenshot: Fix test dependencies
Closes: https://bugs.gentoo.org/900965
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/pyscreenshot/pyscreenshot-3.1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pyscreenshot/pyscreenshot-3.1.ebuild b/dev-python/pyscreenshot/pyscreenshot-3.1.ebuild index 47b82756e769..e00d0ee287b2 100644 --- a/dev-python/pyscreenshot/pyscreenshot-3.1.ebuild +++ b/dev-python/pyscreenshot/pyscreenshot-3.1.ebuild @@ -31,7 +31,8 @@ RDEPEND=" BDEPEND=" test? ( - dev-python/pillow[${PYTHON_USEDEP}] + dev-python/pillow[xcb,${PYTHON_USEDEP}] + dev-python/pygame[${PYTHON_USEDEP}] dev-python/python-xlib[${PYTHON_USEDEP}] dev-python/pyvirtualdisplay[${PYTHON_USEDEP}] media-gfx/imagemagick |