summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-11-27 13:29:38 +0100
committerMichał Górny <mgorny@gentoo.org>2023-11-27 13:31:17 +0100
commit894ce1e129c5ccd611cd7cfa3cfb4f1d14a16e1f (patch)
treee6bc9e4c428200cf6ebd5640b8af33cfa8864efb /games-emulation
parent1.8.0: fixed loading of native library + enabled tests (diff)
downloadgentoo-894ce1e129c5ccd611cd7cfa3cfb4f1d14a16e1f.tar.gz
gentoo-894ce1e129c5ccd611cd7cfa3cfb4f1d14a16e1f.tar.bz2
gentoo-894ce1e129c5ccd611cd7cfa3cfb4f1d14a16e1f.zip
games-emulation/m64py: Require <dev-python/setuptools-69, sigh
Bug: https://github.com/mupen64plus/mupen64plus-ui-python/issues/227 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-emulation')
-rw-r--r--games-emulation/m64py/m64py-0.2.5_p20211222.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild b/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild
index 717171eb5f0c..caad3fcc70d1 100644
--- a/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild
+++ b/games-emulation/m64py/m64py-0.2.5_p20211222.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..11} )
inherit distutils-r1 qmake-utils xdg-utils
@@ -44,6 +44,7 @@ RDEPEND="
)
"
BDEPEND="
+ <dev-python/setuptools-69
dev-qt/linguist-tools:5
"