net-misc/s3cmd: Remove py2.7
authorMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 15:13:20 +0000 (17:13 +0200)
committerMichał Górny <mgorny@gentoo.org>
Thu, 7 May 2020 15:13:20 +0000 (17:13 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
net-misc/s3cmd/s3cmd-2.0.0.ebuild
net-misc/s3cmd/s3cmd-2.0.2.ebuild

index f6d2e14b15d5a9c5ef8b5cbb3e58966391d839ac..49035b03c3ef282f4e75491ecb3a2be0e38b817c 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6}  )
+PYTHON_COMPAT=( python3_6  )
 PYTHON_REQ_USE="xml"
 
 inherit distutils-r1
index 9fb4d379607d56abac12c092a8abefd8909f5cb5..cfdb393490f2f9a1c8f177c870234d862aa44330 100644 (file)
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-PYTHON_COMPAT=( python{2_7,3_6}  )
+PYTHON_COMPAT=( python3_6  )
 PYTHON_REQ_USE="xml"
 
 inherit distutils-r1