diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-08-22 23:36:53 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-08-22 23:36:53 +0200 |
commit | 3c75fc0be6740677f3ab7ce2e61fa5ebb129d867 (patch) | |
tree | 63bbace2c35273732c11d8d148b176542d7c5008 /dev-python/pygame_sdl2/pygame_sdl2-6.99.5.ebuild | |
parent | media-libs/mesa: Version bump to 11.0.0_rc1. (diff) | |
download | gentoo-3c75fc0be6740677f3ab7ce2e61fa5ebb129d867.tar.gz gentoo-3c75fc0be6740677f3ab7ce2e61fa5ebb129d867.tar.bz2 gentoo-3c75fc0be6740677f3ab7ce2e61fa5ebb129d867.zip |
dev-python/pygame_sdl2: add missing dep dev-python/cython
Gentoo-Bug: 558110
Reported-by: stqn <off@free.fr>
Diffstat (limited to 'dev-python/pygame_sdl2/pygame_sdl2-6.99.5.ebuild')
-rw-r--r-- | dev-python/pygame_sdl2/pygame_sdl2-6.99.5.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/pygame_sdl2/pygame_sdl2-6.99.5.ebuild b/dev-python/pygame_sdl2/pygame_sdl2-6.99.5.ebuild index 6507c34be943..e162a6ea2a5a 100644 --- a/dev-python/pygame_sdl2/pygame_sdl2-6.99.5.ebuild +++ b/dev-python/pygame_sdl2/pygame_sdl2-6.99.5.ebuild @@ -24,7 +24,8 @@ RDEPEND="dev-python/numpy[${PYTHON_USEDEP}] media-libs/sdl2-ttf virtual/jpeg:62 " -DEPEND="${RDEPEND}" +DEPEND="${RDEPEND} + dev-python/cython[${PYTHON_USEDEP}]" S=${WORKDIR}/pygame-sdl2-for-renpy-${PV} |