summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-05-07 17:13:20 +0200
committerMichał Górny <mgorny@gentoo.org>2020-05-07 17:13:20 +0200
commit411a77c0cefd91a1305f3be427440d394a657857 (patch)
treeb1cf4569d13fcb8e86af65e93ef35b0bf36afde6 /net-misc/s3cmd/s3cmd-2.0.2.ebuild
parentnet-misc/omniORB: Remove py2.7 (diff)
downloadgentoo-411a77c0cefd91a1305f3be427440d394a657857.tar.gz
gentoo-411a77c0cefd91a1305f3be427440d394a657857.tar.bz2
gentoo-411a77c0cefd91a1305f3be427440d394a657857.zip
net-misc/s3cmd: Remove py2.7
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-misc/s3cmd/s3cmd-2.0.2.ebuild')
-rw-r--r--net-misc/s3cmd/s3cmd-2.0.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-misc/s3cmd/s3cmd-2.0.2.ebuild b/net-misc/s3cmd/s3cmd-2.0.2.ebuild
index 9fb4d379607d..cfdb393490f2 100644
--- a/net-misc/s3cmd/s3cmd-2.0.2.ebuild
+++ b/net-misc/s3cmd/s3cmd-2.0.2.ebuild
@@ -3,7 +3,7 @@
EAPI=6
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_6 )
PYTHON_REQ_USE="xml"
inherit distutils-r1