net-vpn/openconnect: Remove py2 where possible
authorMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:05:41 +0000 (14:05 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 10 Feb 2020 13:26:23 +0000 (14:26 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-vpn/openconnect/openconnect-8.05.ebuild
net-vpn/openconnect/openconnect-9999.ebuild

index 99f9981c5e3901bf60c6cbb4f0bf7b7b40bd2d41..c1ef1984ae31bb4ecda5f210af6742a423839506 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 PYTHON_REQ_USE="xml"
 
 inherit linux-info python-any-r1 readme.gentoo-r1
index 3baa6c138c59ca651144570b4953f606f8e5f2fa..166611bbd0763ddb31f1f748331abd9bb04eaf59 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-PYTHON_COMPAT=( python{2_7,3_6,3_7} )
+PYTHON_COMPAT=( python{3_6,3_7} )
 PYTHON_REQ_USE="xml"
 
 inherit linux-info python-any-r1 readme.gentoo-r1