diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:13:20 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-05-07 17:13:20 +0200 |
commit | 411a77c0cefd91a1305f3be427440d394a657857 (patch) | |
tree | b1cf4569d13fcb8e86af65e93ef35b0bf36afde6 /net-misc/s3cmd | |
parent | net-misc/omniORB: Remove py2.7 (diff) | |
download | gentoo-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')
-rw-r--r-- | net-misc/s3cmd/s3cmd-2.0.0.ebuild | 2 | ||||
-rw-r--r-- | net-misc/s3cmd/s3cmd-2.0.2.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-misc/s3cmd/s3cmd-2.0.0.ebuild b/net-misc/s3cmd/s3cmd-2.0.0.ebuild index f6d2e14b15d5..49035b03c3ef 100644 --- a/net-misc/s3cmd/s3cmd-2.0.0.ebuild +++ b/net-misc/s3cmd/s3cmd-2.0.0.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 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 |