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

index 7efc58b4dcf921dcaed76d852c5337e0e34ac035..f610005960035afac8bd7e0c47eab0b31a366bc5 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