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 | |
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')
-rw-r--r-- | dev-python/botocore/botocore-1.12.122.ebuild | 2 | ||||
-rw-r--r-- | dev-python/botocore/botocore-1.13.46.ebuild | 2 | ||||
-rw-r--r-- | dev-python/botocore/botocore-1.13.50.ebuild | 2 | ||||
-rw-r--r-- | dev-python/botocore/botocore-1.14.7.ebuild | 2 | ||||
-rw-r--r-- | dev-python/botocore/botocore-9999.ebuild | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/dev-python/botocore/botocore-1.12.122.ebuild b/dev-python/botocore/botocore-1.12.122.ebuild index 6cb36e84b365..2137a90141da 100644 --- a/dev-python/botocore/botocore-1.12.122.ebuild +++ b/dev-python/botocore/botocore-1.12.122.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 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 diff --git a/dev-python/botocore/botocore-1.13.50.ebuild b/dev-python/botocore/botocore-1.13.50.ebuild index 8fd7899b8b6b..766ab71b5328 100644 --- a/dev-python/botocore/botocore-1.13.50.ebuild +++ b/dev-python/botocore/botocore-1.13.50.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 diff --git a/dev-python/botocore/botocore-1.14.7.ebuild b/dev-python/botocore/botocore-1.14.7.ebuild index 060f32f24f36..f9ce3c85acf8 100644 --- a/dev-python/botocore/botocore-1.14.7.ebuild +++ b/dev-python/botocore/botocore-1.14.7.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 python3_8 ) +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) inherit distutils-r1 diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild index 060f32f24f36..f9ce3c85acf8 100644 --- a/dev-python/botocore/botocore-9999.ebuild +++ b/dev-python/botocore/botocore-9999.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 python3_8 ) +PYTHON_COMPAT=( python3_6 python3_7 python3_8 ) inherit distutils-r1 |