diff options
author | Haelwenn (lanodan) Monnier <contact@hacktivis.me> | 2024-01-11 06:56:10 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-14 03:10:18 +0000 |
commit | 8e3a8e7db1d0639605726d453fc5c56821b3b93c (patch) | |
tree | 1bc932b33857f6318b0cb5ad6cb50feb59cc7066 /games-engines/renpy | |
parent | dev-python/uvloop: fix cython-3 compat (diff) | |
download | gentoo-8e3a8e7db1d0639605726d453fc5c56821b3b93c.tar.gz gentoo-8e3a8e7db1d0639605726d453fc5c56821b3b93c.tar.bz2 gentoo-8e3a8e7db1d0639605726d453fc5c56821b3b93c.zip |
games-engines/renpy: Add missing dependency on dev-python/future
Closes: https://bugs.gentoo.org/921026
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Closes: https://github.com/gentoo/gentoo/pull/34740
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-engines/renpy')
-rw-r--r-- | games-engines/renpy/renpy-8.1.3-r1.ebuild (renamed from games-engines/renpy/renpy-8.1.3.ebuild) | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-engines/renpy/renpy-8.1.3.ebuild b/games-engines/renpy/renpy-8.1.3-r1.ebuild index 394d8a02b1e8..4ce7a4bfee95 100644 --- a/games-engines/renpy/renpy-8.1.3.ebuild +++ b/games-engines/renpy/renpy-8.1.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -28,6 +28,7 @@ DEPEND=" >=dev-python/pygame_sdl2-8.1.1[${PYTHON_USEDEP}] >=dev-lang/python-exec-0.3[${PYTHON_USEDEP}] dev-python/ecdsa[${PYTHON_USEDEP}] + dev-python/future[${PYTHON_USEDEP}] ') media-libs/glew:0 media-libs/libpng:0 |