commit:     fe2224d276bacc3181c94ed4161555ba8564916d
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 12 13:13:08 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 12 13:14:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe2224d2

dev-python/setuptools: Reenable tests on py3.11

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

 dev-python/setuptools/setuptools-62.2.0.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-python/setuptools/setuptools-62.2.0.ebuild 
b/dev-python/setuptools/setuptools-62.2.0.ebuild
index aa14bee46fca..ac29575cbc27 100644
--- a/dev-python/setuptools/setuptools-62.2.0.ebuild
+++ b/dev-python/setuptools/setuptools-62.2.0.ebuild
@@ -54,7 +54,6 @@ BDEPEND="
                        dev-python/mock[${PYTHON_USEDEP}]
                        dev-python/pip[${PYTHON_USEDEP}]
                        dev-python/pip-run[${PYTHON_USEDEP}]
-                       dev-python/sphinx[${PYTHON_USEDEP}]
                        dev-python/pytest[${PYTHON_USEDEP}]
                        dev-python/pytest-fixture-config[${PYTHON_USEDEP}]
                        dev-python/pytest-virtualenv[${PYTHON_USEDEP}]
@@ -63,7 +62,7 @@ BDEPEND="
                        >=dev-python/tomli-w-1.0.0[${PYTHON_USEDEP}]
                        >=dev-python/virtualenv-20[${PYTHON_USEDEP}]
                        dev-python/wheel[${PYTHON_USEDEP}]
-               ' python3_{8..10} pypy3)
+               ' python3_{8..11} pypy3)
        )
 "
 PDEPEND="
@@ -99,7 +98,7 @@ python_test() {
        local -x SETUPTOOLS_USE_DISTUTILS=stdlib
 
        # keep in sync with python_gen_cond_dep above!
-       has "${EPYTHON}" python3.{8..10} pypy3 || return
+       has "${EPYTHON}" python3.{8..11} pypy3 || return
 
        local EPYTEST_DESELECT=(
                # network

Reply via email to