net-misc/gmcapsule: enable py3.13

Signed-off-by: Anna (cybertailor) Vyalkova <cyber+gentoo@sysrq.in>
This commit is contained in:
Anna (cybertailor) Vyalkova
2024-10-30 02:20:11 +05:00
parent bd0d0bdc7e
commit 11b02c7c90

View File

@@ -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