You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it time to make setuptools and wheel hard runtime dependencies for pip? Otherwise I'm pretty sure that appdirs can be built only with the standard library distutils (which pip wheel doesn't have an option to choose), hence allows it to be built on more legacy/obsolete systems. I am unaware of any pyproject.toml declaration that allow falling-back of requirements as well as build-backend however. Furthermore, IIRC PEP 518 advises that
build tools are expected to use [setuptools and wheel as build-system requirements] as their default semantics when a pyproject.toml file is not present.
More importantly, this project is nearly unmaintained (GH-79). I suggest patching downstream in case of urgency.
This project has an implicit dependency on setuptools. Attempting to install it from source using pip fails:
This project should use a pyproject.toml to declare its build dependency.
The text was updated successfully, but these errors were encountered: