dev-python/keystonemiddleware: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:36:07 +0000 (11:36 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:41:31 +0000 (10:41 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/keystonemiddleware/keystonemiddleware-7.0.1.ebuild

index ac17238f0dd796505a6252221e41a3fa07af330c..aec07f809a6adcc6d9b9314241be24882c1548a5 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1