projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
538cd37
)
dev-python/webtest: Port to py39
author
Michał Górny
<mgorny@gentoo.org>
Tue, 26 May 2020 18:11:35 +0000
(20:11 +0200)
committer
Michał Górny
<mgorny@gentoo.org>
Tue, 26 May 2020 18:31:53 +0000
(20:31 +0200)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-python/webtest/webtest-2.0.33.ebuild
patch
|
blob
|
history
diff --git
a/dev-python/webtest/webtest-2.0.33.ebuild
b/dev-python/webtest/webtest-2.0.33.ebuild
index b6ad0bf3e54618400b8f2205ebd65f9be878d0b6..f6c90bb7be19d180cd5979f83c15bbd7402991c8 100644
(file)
--- a/
dev-python/webtest/webtest-2.0.33.ebuild
+++ b/
dev-python/webtest/webtest-2.0.33.ebuild
@@
-4,7
+4,7
@@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=rdepend
-PYTHON_COMPAT=( python{2_7,3_{6,7,8}} pypy3 )
+PYTHON_COMPAT=( python{2_7,3_{6,7,8
,9
}} pypy3 )
inherit distutils-r1
@@
-35,7
+35,6
@@
BDEPEND="${RDEPEND}
dev-python/pyquery[${PYTHON_USEDEP}]
dev-python/pastedeploy[${PYTHON_USEDEP}]
dev-python/wsgiproxy2[${PYTHON_USEDEP}]
- dev-python/coverage[${PYTHON_USEDEP}]
$(python_gen_cond_dep 'dev-python/mock[${PYTHON_USEDEP}]' python2_7 )
)"