diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-08-07 15:11:25 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-08-07 15:29:50 +0200 |
commit | 52893a67daa7bfd54e8916d15c815e19573cc87e (patch) | |
tree | 4de7797c4dac3d70116075c40f7f41624558af28 /dev-python/PySDL2 | |
parent | dev-python/mechanize: enable py3.10, fix deps (diff) | |
download | gentoo-52893a67daa7bfd54e8916d15c815e19573cc87e.tar.gz gentoo-52893a67daa7bfd54e8916d15c815e19573cc87e.tar.bz2 gentoo-52893a67daa7bfd54e8916d15c815e19573cc87e.zip |
dev-python/PySDL2: Fix test-dep on sdl2-image providers
Closes: https://bugs.gentoo.org/806974
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/PySDL2')
-rw-r--r-- | dev-python/PySDL2/PySDL2-0.9.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/PySDL2/PySDL2-0.9.8.ebuild b/dev-python/PySDL2/PySDL2-0.9.8.ebuild index 9b0237c5a244..b6a18cc3ce79 100644 --- a/dev-python/PySDL2/PySDL2-0.9.8.ebuild +++ b/dev-python/PySDL2/PySDL2-0.9.8.ebuild @@ -32,7 +32,7 @@ DEPEND=" dev-python/pillow[${PYTHON_USEDEP}] media-libs/libsdl2[joystick,sound,video] media-libs/sdl2-gfx - media-libs/sdl2-image + media-libs/sdl2-image[gif,jpeg,png,tiff,webp] media-libs/sdl2-mixer media-libs/sdl2-ttf )" |