Open
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