summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-11 13:02:57 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-11 13:16:13 +0100
commit3a11ce3dec5bb93e135c7a1399d1998d29e75aa2 (patch)
tree38d029e4cf34c41a0448e96bc4c823f9ab1ca955 /net-analyzer/nagios-icinga-openvpn
parentnet-analyzer/carl: Remove py2 (diff)
downloadgentoo-3a11ce3dec5bb93e135c7a1399d1998d29e75aa2.tar.gz
gentoo-3a11ce3dec5bb93e135c7a1399d1998d29e75aa2.tar.bz2
gentoo-3a11ce3dec5bb93e135c7a1399d1998d29e75aa2.zip
net-analyzer/nagios-icinga-openvpn: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-analyzer/nagios-icinga-openvpn')
-rw-r--r--net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1.ebuild b/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1.ebuild
index 51d9e6928e57..fce8d525b7e6 100644
--- a/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1.ebuild
+++ b/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
inherit distutils-r1
MY_PN="check_openvpn"