commit: d2465f8812a8427fef9d76ae9e145cabbc8b633a
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 20 15:33:51 2020 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Sep 20 15:37:59 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d2465f88
dev-python/setuptools: Pull setuptools_scm for py3 only
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{setuptools-46.4.0-r2.ebuild => setuptools-46.4.0-r3.ebuild} | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/dev-python/setuptools/setuptools-46.4.0-r2.ebuild
b/dev-python/setuptools/setuptools-46.4.0-r3.ebuild
similarity index 96%
rename from dev-python/setuptools/setuptools-46.4.0-r2.ebuild
rename to dev-python/setuptools/setuptools-46.4.0-r3.ebuild
index b08de43c891..f42864c53f3 100644
--- a/dev-python/setuptools/setuptools-46.4.0-r2.ebuild
+++ b/dev-python/setuptools/setuptools-46.4.0-r3.ebuild
@@ -35,7 +35,9 @@ BDEPEND="
# it early
PDEPEND="
>=dev-python/certifi-2016.9.26[${PYTHON_USEDEP}]
- dev-python/setuptools_scm[${PYTHON_USEDEP}]"
+ $(python_gen_cond_dep '
+ dev-python/setuptools_scm[${PYTHON_USEDEP}]
+ ' -3)"
# Force in-source build because build system modifies sources.
DISTUTILS_IN_SOURCE_BUILD=1