diff options
author | Sam James <sam@gentoo.org> | 2021-07-30 04:18:16 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-07-30 04:18:37 +0100 |
commit | a62f0063ea47f4fac70787e4baba25bbb894bab6 (patch) | |
tree | 4db52277925b34b77a1302aab7de543e515c357d /net-analyzer/nagios-icinga-openvpn | |
parent | net-analyzer/nagios-check_multiple: disable py3.7 (diff) | |
download | gentoo-a62f0063ea47f4fac70787e4baba25bbb894bab6.tar.gz gentoo-a62f0063ea47f4fac70787e4baba25bbb894bab6.tar.bz2 gentoo-a62f0063ea47f4fac70787e4baba25bbb894bab6.zip |
net-analyzer/nagios-icinga-openvpn: disable py3.7
No point in keeping it as it doesn't do anything now -
the eclass dropped support for it a while ago. Dropping it
proactively on bumps means that we don't have to e.g.
reset automated stable timer checks if doing it en-masse.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-analyzer/nagios-icinga-openvpn')
-rw-r--r-- | net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1-r2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1-r2.ebuild b/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1-r2.ebuild index 29216203671b..6ff5f2740438 100644 --- a/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1-r2.ebuild +++ b/net-analyzer/nagios-icinga-openvpn/nagios-icinga-openvpn-0.0.1-r2.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_7 python3_8 python3_9 python3_10 ) +PYTHON_COMPAT=( python3_8 python3_9 python3_10 ) DISTUTILS_USE_SETUPTOOLS=no inherit distutils-r1 |