net-vpn/gp-saml-gui: enable py3.12, py3.13

Closes: https://bugs.gentoo.org/931472
Signed-off-by: Takuya Wakazono <pastalian46@gmail.com>
This commit is contained in:
Takuya Wakazono
2025-04-15 22:19:35 +09:00
parent 6dd61ac039
commit 956f9c2f19

View File

@@ -1,10 +1,10 @@
# Copyright 2023 Gentoo Authors # Copyright 2023-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2 # Distributed under the terms of the GNU General Public License v2
EAPI=8 EAPI=8
DISTUTILS_USE_PEP517=setuptools DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_11 ) PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 git-r3 inherit distutils-r1 git-r3
DESCRIPTION="Interactively authenticate to GlobalProtect VPNs that require SAML" DESCRIPTION="Interactively authenticate to GlobalProtect VPNs that require SAML"
@@ -18,6 +18,6 @@ SLOT="0"
RDEPEND=" RDEPEND="
dev-python/requests[${PYTHON_USEDEP}] dev-python/requests[${PYTHON_USEDEP}]
dev-python/pygobject[${PYTHON_USEDEP}] dev-python/pygobject[${PYTHON_USEDEP}]
net-libs/webkit-gtk:4 net-libs/webkit-gtk:4.1
net-vpn/openconnect net-vpn/openconnect
" "