summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-15 17:55:04 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-15 17:55:51 +0200
commitfcf7ee77a8ade983cd9a55a578ce946da714d0e1 (patch)
tree6e5b89d46ee8a027874eb95b0d1d639522acfd35 /dev-python
parentf086c7c7769e671600dd241bdbf5694698c52e34 (diff)
downloadgentoo-fcf7ee77a8ade983cd9a55a578ce946da714d0e1.tar.gz
gentoo-fcf7ee77a8ade983cd9a55a578ce946da714d0e1.tar.bz2
gentoo-fcf7ee77a8ade983cd9a55a578ce946da714d0e1.zip
dev-python/setuptools: Move wheel to RDEP in 67.8.0 too
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/setuptools/setuptools-67.8.0-r1.ebuild (renamed from dev-python/setuptools/setuptools-67.8.0.ebuild)3
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/setuptools/setuptools-67.8.0.ebuild b/dev-python/setuptools/setuptools-67.8.0-r1.ebuild
index 033fc9581e34..ab9edfcc5a93 100644
--- a/dev-python/setuptools/setuptools-67.8.0.ebuild
+++ b/dev-python/setuptools/setuptools-67.8.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}]
@@ -56,7 +56,6 @@ BDEPEND="
dev-python/pytest-xdist[${PYTHON_USEDEP}]
>=dev-python/tomli-w-1.0.0[${PYTHON_USEDEP}]
>=dev-python/virtualenv-20[${PYTHON_USEDEP}]
- dev-python/wheel[${PYTHON_USEDEP}]
' "${PYTHON_TESTED[@]}")
)
"