dev-python/rax-scheduled-images-python-novaclient-ext: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 22:03:33 +0000 (23:03 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:46:03 +0000 (10:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/rax-scheduled-images-python-novaclient-ext/rax-scheduled-images-python-novaclient-ext-0.3.1.ebuild

index 2865844147a371b56e6be24162533aaed58cdfe7..79bcf29aa2ef446cf5730c917b9c3abcbbab9230 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