dev-python/rax-default-network-flags-python-novaclient-ext: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 22:05:18 +0000 (23:05 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:46:14 +0000 (10:46 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/rax-default-network-flags-python-novaclient-ext/rax-default-network-flags-python-novaclient-ext-0.4.0.ebuild

index b46f3630c61804eca2664dcd77cc55ebc534defc..114745a49c6ecdfb587430a0053aa984fd65b4da 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