commit:     8ace7c1002f15c71b099b7b6dc9470bf323803f0
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 30 19:37:33 2021 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 30 19:45:45 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ace7c10

dev-python/webtest: Enable py3.10

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/webtest/webtest-2.0.35.ebuild | 8 +++-----
 1 file 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 0cfccf1b11c..9580a68bc44 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}]

Reply via email to