mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
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>
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user