summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-07-25 10:18:48 +0200
committerMichał Górny <mgorny@gentoo.org>2020-07-25 10:31:36 +0200
commit86ac89e43f0d3a99752bd852b89fa78e10df69c7 (patch)
tree2e095c70bcbda6503e370727184ae306863f674c /dev-python/webob/webob-1.8.6.ebuild
parentdev-python/webtest: Remove py2 (diff)
downloadgentoo-86ac89e43f0d3a99752bd852b89fa78e10df69c7.tar.gz
gentoo-86ac89e43f0d3a99752bd852b89fa78e10df69c7.tar.bz2
gentoo-86ac89e43f0d3a99752bd852b89fa78e10df69c7.zip
dev-python/webob: Remove py2
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/webob/webob-1.8.6.ebuild')
-rw-r--r--dev-python/webob/webob-1.8.6.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/webob/webob-1.8.6.ebuild b/dev-python/webob/webob-1.8.6.ebuild
index 4a074d7135ad..ebc1bf8e2d1b 100644
--- a/dev-python/webob/webob-1.8.6.ebuild
+++ b/dev-python/webob/webob-1.8.6.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8,9}} )
+PYTHON_COMPAT=( pypy3 python3_{6,7,8,9} )
inherit distutils-r1