diff options
author | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:10:51 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2016-11-01 21:58:22 +0100 |
commit | 543503fdd0c77e3a416d1fcd9ece6e1b0c835608 (patch) | |
tree | d74e2f2dfd3ea0562ab791352f03f91078cd2c74 /dev-python/botocore | |
parent | 71be00050c2b27e84e699c87bd3960ca84b2be67 (diff) | |
download | gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.gz gentoo-543503fdd0c77e3a416d1fcd9ece6e1b0c835608.tar.xz |
global: Drop dead implementations from PYTHON_COMPAT
Diffstat (limited to 'dev-python/botocore')
-rw-r--r-- | dev-python/botocore/botocore-1.4.60.ebuild | 2 | ||||
-rw-r--r-- | dev-python/botocore/botocore-1.4.62.ebuild | 2 | ||||
-rw-r--r-- | dev-python/botocore/botocore-1.4.65.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-python/botocore/botocore-1.4.60.ebuild b/dev-python/botocore/botocore-1.4.60.ebuild index 9c57e3342b4..16f236383a1 100644 --- a/dev-python/botocore/botocore-1.4.60.ebuild +++ b/dev-python/botocore/botocore-1.4.60.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) inherit distutils-r1 diff --git a/dev-python/botocore/botocore-1.4.62.ebuild b/dev-python/botocore/botocore-1.4.62.ebuild index 9c57e3342b4..16f236383a1 100644 --- a/dev-python/botocore/botocore-1.4.62.ebuild +++ b/dev-python/botocore/botocore-1.4.62.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) inherit distutils-r1 diff --git a/dev-python/botocore/botocore-1.4.65.ebuild b/dev-python/botocore/botocore-1.4.65.ebuild index 9c57e3342b4..16f236383a1 100644 --- a/dev-python/botocore/botocore-1.4.65.ebuild +++ b/dev-python/botocore/botocore-1.4.65.ebuild @@ -3,7 +3,7 @@ # $Id$ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_3 python3_4 python3_5 ) +PYTHON_COMPAT=( python2_7 python3_4 python3_5 ) inherit distutils-r1 |