diff options
author | Michał Górny <mgorny@gentoo.org> | 2021-05-30 21:37:33 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-30 21:45:45 +0200 |
commit | 8ace7c1002f15c71b099b7b6dc9470bf323803f0 (patch) | |
tree | 43724ea15235ce5d8bdacef752e19e0aeaed100a /dev-python/webtest | |
parent | dev-libs/libcroco: Drop old versions (diff) | |
download | gentoo-8ace7c1002f15c71b099b7b6dc9470bf323803f0.tar.gz gentoo-8ace7c1002f15c71b099b7b6dc9470bf323803f0.tar.bz2 gentoo-8ace7c1002f15c71b099b7b6dc9470bf323803f0.zip |
dev-python/webtest: Enable py3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/webtest')
-rw-r--r-- | dev-python/webtest/webtest-2.0.35.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/dev-python/webtest/webtest-2.0.35.ebuild b/dev-python/webtest/webtest-2.0.35.ebuild index 0cfccf1b11c0..9580a68bc44d 100644 --- a/dev-python/webtest/webtest-2.0.35.ebuild +++ b/dev-python/webtest/webtest-2.0.35.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -DISTUTILS_USE_SETUPTOOLS=bdepend -PYTHON_COMPAT=( python3_{7..9} pypy3 ) - +PYTHON_COMPAT=( python3_{7..10} pypy3 ) inherit distutils-r1 MY_PN="WebTest" @@ -29,7 +27,7 @@ RDEPEND=" >=dev-python/webob-1.2[${PYTHON_USEDEP}] >=dev-python/waitress-0.8.5[${PYTHON_USEDEP}] dev-python/beautifulsoup:4[${PYTHON_USEDEP}]" -BDEPEND="${RDEPEND} +BDEPEND=" app-arch/unzip test? ( dev-python/mock[${PYTHON_USEDEP}] |