mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-14 17:43:11 -04:00
dev-python/jpype: Added missing dependency. Enabled Python 3.13.
Signed-off-by: Ivan Lloro <ivan.lloro.boada@gmail.com>
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
EAPI=8
|
||||
|
||||
DISTUTILS_USE_PEP517=setuptools
|
||||
PYTHON_COMPAT=( python3_{10..12} )
|
||||
PYTHON_COMPAT=( python3_{10..13} )
|
||||
|
||||
inherit distutils-r1
|
||||
|
||||
@@ -17,7 +17,10 @@ LICENSE="Apache-2.0"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64"
|
||||
|
||||
RDEPEND="virtual/jdk"
|
||||
RDEPEND="
|
||||
dev-python/gpep517
|
||||
virtual/jdk
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
sed -i "s/'-g0', //g;s/, '-O2'//g" "${S}"/setupext/platform.py || die
|
||||
Reference in New Issue
Block a user