Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/setuptools/
Date: Thu, 27 May 2021 14:15:56
Message-Id: 1622124947.7f7996a8dffda6994829a53c0e45e066f9db4d41.mgorny@gentoo
1 commit: 7f7996a8dffda6994829a53c0e45e066f9db4d41
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu May 27 14:15:24 2021 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu May 27 14:15:47 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7996a8
7
8 dev-python/setuptools: Reenable setuptools_scm PDEP for py3.10
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/setuptools/setuptools-57.0.0.ebuild | 4 +---
13 1 file changed, 1 insertion(+), 3 deletions(-)
14
15 diff --git a/dev-python/setuptools/setuptools-57.0.0.ebuild b/dev-python/setuptools/setuptools-57.0.0.ebuild
16 index 77c8325733a..de5047202c8 100644
17 --- a/dev-python/setuptools/setuptools-57.0.0.ebuild
18 +++ b/dev-python/setuptools/setuptools-57.0.0.ebuild
19 @@ -38,9 +38,7 @@ BDEPEND="
20 "
21 PDEPEND="
22 >=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]
23 - $(python_gen_cond_dep '
24 - dev-python/setuptools_scm[${PYTHON_USEDEP}]
25 - ' python3_{7..9} pypy3)"
26 + dev-python/setuptools_scm[${PYTHON_USEDEP}]"
27
28 # Force in-source build because build system modifies sources.
29 DISTUTILS_IN_SOURCE_BUILD=1