dev-python/bandit: Remove Python 2
authorMichał Górny <mgorny@gentoo.org>
Sun, 12 Jan 2020 20:49:31 +0000 (21:49 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 13 Jan 2020 09:45:04 +0000 (10:45 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/bandit/bandit-1.4.0-r1.ebuild
dev-python/bandit/bandit-1.5.1-r1.ebuild

index 5f35ca70886467c390c66e2f73a3c99078eb651f..974ae4c8083ed04bb9410435e7993a82e28db44d 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_6 )
+PYTHON_COMPAT=( python3_6 )
 
 inherit distutils-r1
 
index 90ef9b91f8b29c6cd2fbdf5c428e7f98abcf93bc..a7e548d414f433c67ea951e0f8de09e8f1f1feb3 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python2_7 python3_{6,7} )
+PYTHON_COMPAT=( python3_{6,7} )
 
 inherit distutils-r1