Closed
Description
Bug report
Bug description:
test.wheeldata
includes bundled setuptools
and wheel
wheels to build packages. Since setuptools>=0.70.1
, the bdist_wheel
method is natively included in setuptools, and there's no necessity to have the wheel
library available, to build wheels any more.
Relatedly, wheel>=0.46.0
de-vendored the packaging
library, so current versions of wheel
can't be used without having packaging
available too.
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
- gh-132415: Update setuptools.whl in test.wheeldata to 70.3.0, drop wheel.whl #132867
- gh-132415: Update vendored setuptools in
Lib/test/wheeldata
#132887 - Revert "gh-132415: Update vendored setuptools in `
Lib/test/wheeldata
(#132887)" #132900 - gh-132415: Fix NameError in test_cppext/setup.py #132903
- gh-132415: Use shutil.which() in missing_compiler_executable() #132906
- [3.13] gh-132415: Use shutil.which() in missing_compiler_executable() (GH-132906) #132916
- [3.13] gh-132415: Update vendored setuptools in
Lib/test/wheeldata
(GH-132887) #135391 - [3.12] gh-132415: Use shutil.which() in missing_compiler_executable() (GH-132906) #135392
- [3.12] gh-132415: Update vendored setuptools in `
Lib/test/wheeldata
(GH-132887) #135393