dev-python/rackspace-monitoring: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sat, 18 Jan 2020 18:27:57 +0000 (19:27 +0100)
committerMichał Górny <mgorny@gentoo.org>
Sat, 18 Jan 2020 18:47:50 +0000 (19:47 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/rackspace-monitoring/rackspace-monitoring-0.8.0.ebuild

index 6358c861c62cc9692084e4d03beea33fd288294b..4a037284980c79396d499b103dc2aa7a5a4abbba 100644 (file)
@@ -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