diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:21:44 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-04 14:21:44 +0100 |
commit | d0502428888a8b14f89a3aa493444f65fc2743be (patch) | |
tree | d164283d173027447317cdfe03607137d959e12c /dev-python/botocore/botocore-1.13.46.ebuild | |
parent | dev-python/s3transfer: Remove py2 (diff) | |
download | gentoo-d0502428888a8b14f89a3aa493444f65fc2743be.tar.gz gentoo-d0502428888a8b14f89a3aa493444f65fc2743be.tar.bz2 gentoo-d0502428888a8b14f89a3aa493444f65fc2743be.zip |
dev-python/botocore: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/botocore/botocore-1.13.46.ebuild')
-rw-r--r-- | dev-python/botocore/botocore-1.13.46.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/botocore/botocore-1.13.46.ebuild b/dev-python/botocore/botocore-1.13.46.ebuild index 8fd7899b8b6b..766ab71b5328 100644 --- a/dev-python/botocore/botocore-1.13.46.ebuild +++ b/dev-python/botocore/botocore-1.13.46.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python2_7 python3_6 python3_7 ) +PYTHON_COMPAT=( python3_6 python3_7 ) inherit distutils-r1 |