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

index a20cff43c2aa2a5ef6254c7a3bf0b71fdd496c88..32b98be82734c8bba1c0fc9791c162ef75cb3488 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