summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-02-04 20:27:21 +0100
committerMichał Górny <mgorny@gentoo.org>2020-02-04 20:47:13 +0100
commit2fb2b68b31722b353c92cc435ae57a4194eeb2b9 (patch)
treed65d7d8f1f43d951eafecb6d084fcd1e16dc8f57 /dev-python/responses/responses-0.10.7.ebuild
parentdev-python/configshell-fb: Remove py2 (diff)
downloadgentoo-2fb2b68b31722b353c92cc435ae57a4194eeb2b9.tar.gz
gentoo-2fb2b68b31722b353c92cc435ae57a4194eeb2b9.tar.bz2
gentoo-2fb2b68b31722b353c92cc435ae57a4194eeb2b9.zip
dev-python/responses: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/responses/responses-0.10.7.ebuild')
-rw-r--r--dev-python/responses/responses-0.10.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/responses/responses-0.10.7.ebuild b/dev-python/responses/responses-0.10.7.ebuild
index 460a11b9e026..f781f4d9d74a 100644
--- a/dev-python/responses/responses-0.10.7.ebuild
+++ b/dev-python/responses/responses-0.10.7.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python3_{6,7,8} pypy3 )
inherit distutils-r1