dev-python/python-saharaclient: Remove Python 2 support
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 10:38:24 +0000 (11:38 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:42:09 +0000 (10:42 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/python-saharaclient/python-saharaclient-2.2.1.ebuild

index 1296fd323094bdcb07d9c0a17f937cb523fe6e29..1db9c625a1d8acb838196cf0e05127863b3b6b9b 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