diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-07-25 10:18:48 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-07-25 10:31:36 +0200 |
commit | 86ac89e43f0d3a99752bd852b89fa78e10df69c7 (patch) | |
tree | 2e095c70bcbda6503e370727184ae306863f674c /dev-python | |
parent | dev-python/webtest: Remove py2 (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-python/webob/webob-1.8.5-r3.ebuild | 2 | ||||
-rw-r--r-- | dev-python/webob/webob-1.8.6.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/webob/webob-1.8.5-r3.ebuild b/dev-python/webob/webob-1.8.5-r3.ebuild index da8bf93e9091..c176813be70a 100644 --- a/dev-python/webob/webob-1.8.5-r3.ebuild +++ b/dev-python/webob/webob-1.8.5-r3.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( pypy3 python{2_7,3_{6,7,8}} ) +PYTHON_COMPAT=( pypy3 python3_{6,7,8} ) inherit distutils-r1 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 |