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
Bug report
Bug description:
test.wheeldataincludes bundledsetuptoolsandwheelwheels to build packages. Sincesetuptools>=0.70.1, thebdist_wheelmethod is natively included in setuptools, and there's no necessity to have thewheellibrary available, to build wheels any more.Relatedly,
wheel>=0.46.0de-vendored thepackaginglibrary, so current versions ofwheelcan't be used without havingpackagingavailable too.CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
Lib/test/wheeldata#132887Lib/test/wheeldata(#132887)" #132900Lib/test/wheeldata(GH-132887) #135391Lib/test/wheeldata(GH-132887) #135393