diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 21:58:56 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 22:21:30 +0100 |
commit | 26f1a675dfc6381bb671dc8b4a77779f620ebfdf (patch) | |
tree | 2f2e4d7f9bd60fce1938b71c229bc220edd2a40b /dev-python/rarfile/rarfile-3.0.ebuild | |
parent | dev-python/rackspace-auth-openstack: Remove py2 (diff) | |
download | gentoo-26f1a675dfc6381bb671dc8b4a77779f620ebfdf.tar.gz gentoo-26f1a675dfc6381bb671dc8b4a77779f620ebfdf.tar.bz2 gentoo-26f1a675dfc6381bb671dc8b4a77779f620ebfdf.zip |
dev-python/rarfile: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/rarfile/rarfile-3.0.ebuild')
-rw-r--r-- | dev-python/rarfile/rarfile-3.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/rarfile/rarfile-3.0.ebuild b/dev-python/rarfile/rarfile-3.0.ebuild index 39d4f36b37b1..bc30afd966be 100644 --- a/dev-python/rarfile/rarfile-3.0.ebuild +++ b/dev-python/rarfile/rarfile-3.0.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 DESCRIPTION="Module for RAR archive reading" |