diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:13:52 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:13:52 +0100 |
commit | df650f53fab427ec407b1412e5ecfafeee82c58c (patch) | |
tree | 9803233c9f60e0463603a145cbbfb8bc80909da2 /dev-python/s3fs | |
parent | dev-python/automaton: Remove py2 (diff) | |
download | gentoo-df650f53fab427ec407b1412e5ecfafeee82c58c.tar.gz gentoo-df650f53fab427ec407b1412e5ecfafeee82c58c.tar.bz2 gentoo-df650f53fab427ec407b1412e5ecfafeee82c58c.zip |
dev-python/s3fs: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/s3fs')
-rw-r--r-- | dev-python/s3fs/s3fs-0.1.2.ebuild | 2 | ||||
-rw-r--r-- | dev-python/s3fs/s3fs-0.1.5.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/s3fs/s3fs-0.1.2.ebuild b/dev-python/s3fs/s3fs-0.1.2.ebuild index 26601563c46b..e27ace35e94a 100644 --- a/dev-python/s3fs/s3fs-0.1.2.ebuild +++ b/dev-python/s3fs/s3fs-0.1.2.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/s3fs/s3fs-0.1.5.ebuild b/dev-python/s3fs/s3fs-0.1.5.ebuild index 379772cc916d..67bad6d489d7 100644 --- a/dev-python/s3fs/s3fs-0.1.5.ebuild +++ b/dev-python/s3fs/s3fs-0.1.5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_6,3_7} ) +PYTHON_COMPAT=( python{3_6,3_7} ) inherit distutils-r1 |