Description
The 24.3 release of pip started using ios_platforms which are not a part of any release. This is in violation of the vendoring policy, and makes it impossible to run new pip with dependencies devendored.
Expected behavior
pip using a released version of packaging.
pip version
24.3
Python version
n/a
OS
Gentoo Linux amd64
How to Reproduce
- Devendor dependencies according to
pip/_vendor/vendor.txt.
- Try to run
pip.
Output
No response
Code of Conduct