dev-python/aws-sam-translator: Remove py2
authorMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:14:32 +0000 (14:14 +0100)
committerMichał Górny <mgorny@gentoo.org>
Tue, 4 Feb 2020 13:14:32 +0000 (14:14 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/aws-sam-translator/aws-sam-translator-1.11.0.ebuild

index f560c5647804a7f40e71818b25767b802f6be53a..650130d2f71591f6ad4380e44571dd8a70c4f0e6 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