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 /dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild | |
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>
Diffstat (limited to 'dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild')
-rw-r--r-- | dev-python/requestsexceptions/requestsexceptions-1.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |