From 11b02c7c908d848b63f57a8f4b17ccd9168bec74 Mon Sep 17 00:00:00 2001 From: "Anna (cybertailor) Vyalkova" Date: Wed, 30 Oct 2024 02:20:11 +0500 Subject: [PATCH] net-misc/gmcapsule: enable py3.13 Signed-off-by: Anna (cybertailor) Vyalkova --- net-misc/gmcapsule/gmcapsule-0.7.0.ebuild | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-misc/gmcapsule/gmcapsule-0.7.0.ebuild b/net-misc/gmcapsule/gmcapsule-0.7.0.ebuild index c151019468..2ba159068c 100644 --- a/net-misc/gmcapsule/gmcapsule-0.7.0.ebuild +++ b/net-misc/gmcapsule/gmcapsule-0.7.0.ebuild @@ -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