mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 21:43:03 -04:00
net-misc/gmcapsule: enable py3.13
Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
EAPI=8
|
||||
|
||||
PYTHON_COMPAT=( python3_{11..12} )
|
||||
PYTHON_COMPAT=( python3_{11..13} )
|
||||
DISTUTILS_USE_PEP517=hatchling
|
||||
inherit distutils-r1 pypi systemd
|
||||
|
||||
@@ -22,6 +22,8 @@ RDEPEND="
|
||||
>=dev-python/pyopenssl-21
|
||||
"
|
||||
|
||||
distutils_enable_tests import-check
|
||||
|
||||
python_install() {
|
||||
rm "${BUILD_DIR}/install$(python_get_sitedir)"/*.ini || die
|
||||
distutils-r1_python_install
|
||||
|
||||
Reference in New Issue
Block a user