dev-python/virtualenv: bump minimum setuptools wheel

Tests fail without this (and so does tox) because things assume that
bdist_wheel exists. This "broke" upstream when "wheel" itself stopped
being part of the virtualenv bundle, due to bundling setuptools >=70.1:

db1d9fc027

Signed-off-by: Eli Schwartz <eschwartz@gentoo.org>
This commit is contained in:
Eli Schwartz
2025-11-04 23:00:50 -05:00
parent 357b2a18a2
commit 1097ff4bce
3 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ RDEPEND="
>=dev-python/platformdirs-3.9.1[${PYTHON_USEDEP}]
dev-python/ensurepip-pip
dev-python/ensurepip-setuptools
>=dev-python/ensurepip-setuptools-70.1
dev-python/ensurepip-wheel
"
# coverage is used somehow magically in virtualenv, maybe it actually

View File

@@ -28,7 +28,7 @@ RDEPEND="
>=dev-python/platformdirs-3.9.1[${PYTHON_USEDEP}]
dev-python/ensurepip-pip
dev-python/ensurepip-setuptools
>=dev-python/ensurepip-setuptools-70.1
dev-python/ensurepip-wheel
"
# coverage is used somehow magically in virtualenv, maybe it actually

View File

@@ -29,7 +29,7 @@ RDEPEND="
>=dev-python/platformdirs-3.9.1[${PYTHON_USEDEP}]
dev-python/ensurepip-pip
dev-python/ensurepip-setuptools
>=dev-python/ensurepip-setuptools-70.1
dev-python/ensurepip-wheel
"
# coverage is used somehow magically in virtualenv, maybe it actually