commit: 751e23f5d6e5dd60a0c91980ae73a6649838eb6b
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 14 07:00:55 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 14 07:01:51 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=751e23f5
dev-python/setuptools: Move dev-python/wheel to RDEPEND
dev-python/wheel is needed for setuptools to be able to construct
wheels. While this isn't a critical feature, it is useful for all
practical purposes and having to add the build-time dependency
everywhere is cumbersome. This is especially a problem for the few
packages that use a custom wrapper over setuptools, and therefore
can't use the eclass logic for that.
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
.../{setuptools-68.0.0.ebuild => setuptools-68.0.0-r1.ebuild} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/setuptools/setuptools-68.0.0.ebuild
b/dev-python/setuptools/setuptools-68.0.0-r1.ebuild
similarity index 100%
rename from dev-python/setuptools/setuptools-68.0.0.ebuild
rename to dev-python/setuptools/setuptools-68.0.0-r1.ebuild
index 0fcc9137f3e6..724f3f3a9115 100644
--- a/dev-python/setuptools/setuptools-68.0.0.ebuild
+++ b/dev-python/setuptools/setuptools-68.0.0-r1.ebuild
@@ -33,13 +33,13 @@ RDEPEND="
>=dev-python/packaging-21.3-r2[${PYTHON_USEDEP}]
>=dev-python/platformdirs-2.6.2-r1[${PYTHON_USEDEP}]
>=dev-python/tomli-2.0.1[${PYTHON_USEDEP}]
+ >=dev-python/wheel-0.37.1-r1[${PYTHON_USEDEP}]
$(python_gen_cond_dep '
>=dev-python/importlib-metadata-4.11.1[${PYTHON_USEDEP}]
' 3.9)
"
BDEPEND="
${RDEPEND}
- >=dev-python/wheel-0.37.1-r1[${PYTHON_USEDEP}]
test? (
$(python_gen_cond_dep '
dev-python/build[${PYTHON_USEDEP}]