diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-01-18 19:27:57 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-01-18 19:47:50 +0100 |
commit | 8e86cd581501fefca2fb0a3bdd8cb317398d6c62 (patch) | |
tree | 86929c782eff1538d8d0261fadcb23d05a7f3c3a /dev-python/rackspace-monitoring | |
parent | dev-python/python-prctl: Remove Python 2 support (diff) | |
download | gentoo-8e86cd581501fefca2fb0a3bdd8cb317398d6c62.tar.gz gentoo-8e86cd581501fefca2fb0a3bdd8cb317398d6c62.tar.bz2 gentoo-8e86cd581501fefca2fb0a3bdd8cb317398d6c62.zip |
dev-python/rackspace-monitoring: Remove Python 2 support
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rackspace-monitoring')
-rw-r--r-- | dev-python/rackspace-monitoring/rackspace-monitoring-0.8.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rackspace-monitoring/rackspace-monitoring-0.8.0.ebuild b/dev-python/rackspace-monitoring/rackspace-monitoring-0.8.0.ebuild index 6358c861c62c..4a037284980c 100644 --- a/dev-python/rackspace-monitoring/rackspace-monitoring-0.8.0.ebuild +++ b/dev-python/rackspace-monitoring/rackspace-monitoring-0.8.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python2_7 python3_6 ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 |