mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-22 05:23:01 -04:00
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:
@@ -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
|
||||||
"
|
"
|
||||||
|
|||||||
Reference in New Issue
Block a user