diff options
author | 2023-08-13 01:50:12 +0100 | |
---|---|---|
committer | 2023-08-13 01:50:12 +0100 | |
commit | d87a1b533de23c76345e62e380fc73e50c4e0d05 (patch) | |
tree | 0bfb6ef4bf860b165264bd0b7ee2b6e9d8aac20e | |
parent | app-pda/libimobiledevice: depend on <cython-3 (diff) | |
download | gentoo-d87a1b533de23c76345e62e380fc73e50c4e0d05.tar.gz gentoo-d87a1b533de23c76345e62e380fc73e50c4e0d05.tar.bz2 gentoo-d87a1b533de23c76345e62e380fc73e50c4e0d05.zip |
dev-python/pygame_sdl2: depend on <cython-3
Bug: https://bugs.gentoo.org/911781
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-python/pygame_sdl2/pygame_sdl2-8.0.3.ebuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/dev-python/pygame_sdl2/pygame_sdl2-8.0.3.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-8.0.3.ebuild index 3adc4a5202d0..403b3deb81ce 100644 --- a/dev-python/pygame_sdl2/pygame_sdl2-8.0.3.ebuild +++ b/dev-python/pygame_sdl2/pygame_sdl2-8.0.3.ebuild @@ -18,8 +18,10 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" +# <cython-3 for bug #911781 BDEPEND=" - dev-python/cython[${PYTHON_USEDEP}]" + <dev-python/cython-3[${PYTHON_USEDEP}] +" DEPEND=" dev-python/numpy[${PYTHON_USEDEP}] media-libs/libjpeg-turbo:= |