diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-02-05 22:03:13 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-02-05 22:21:39 +0100 |
commit | 829f60adbf53f21d8d80851ebdab38df5bf74eba (patch) | |
tree | b6b36ffac2e5d51a7ac3241ac03f9b3305fef238 | |
parent | dev-python/requests_download: Remove py2 (diff) | |
download | gentoo-829f60adbf53f21d8d80851ebdab38df5bf74eba.tar.gz gentoo-829f60adbf53f21d8d80851ebdab38df5bf74eba.tar.bz2 gentoo-829f60adbf53f21d8d80851ebdab38df5bf74eba.zip |
dev-python/requestsexceptions: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/requestsexceptions/requestsexceptions-1.1.3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/requestsexceptions/requestsexceptions-1.1.3.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.1.3.ebuild index dc9d810bd514..cec3c0fa401a 100644 --- a/dev-python/requestsexceptions/requestsexceptions-1.1.3.ebuild +++ b/dev-python/requestsexceptions/requestsexceptions-1.1.3.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_6} ) +PYTHON_COMPAT=( python3_6 ) inherit distutils-r1 diff --git a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild index 375b7eaf772a..80335091eb41 100644 --- a/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild +++ b/dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_{6,7}} ) +PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 |