diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-11-27 13:29:38 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-11-27 13:31:17 +0100 |
commit | 894ce1e129c5ccd611cd7cfa3cfb4f1d14a16e1f (patch) | |
tree | e6bc9e4c428200cf6ebd5640b8af33cfa8864efb /games-emulation | |
parent | 1.8.0: fixed loading of native library + enabled tests (diff) | |
download | gentoo-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.ebuild | 3 |
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 " |