commit: 7f7996a8dffda6994829a53c0e45e066f9db4d41
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu May 27 14:15:24 2021 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu May 27 14:15:47 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7996a8
dev-python/setuptools: Reenable setuptools_scm PDEP for py3.10
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/setuptools/setuptools-57.0.0.ebuild | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev-python/setuptools/setuptools-57.0.0.ebuild
b/dev-python/setuptools/setuptools-57.0.0.ebuild
index 77c8325733a..de5047202c8 100644
--- a/dev-python/setuptools/setuptools-57.0.0.ebuild
+++ b/dev-python/setuptools/setuptools-57.0.0.ebuild
@@ -38,9 +38,7 @@ BDEPEND="
"
PDEPEND="
>=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]
- $(python_gen_cond_dep '
- dev-python/setuptools_scm[${PYTHON_USEDEP}]
- ' python3_{7..9} pypy3)"
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]"
# Force in-source build because build system modifies sources.
DISTUTILS_IN_SOURCE_BUILD=1