-
-
Notifications
You must be signed in to change notification settings - Fork 176
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
build failure against setuptools 66+ #907
Comments
What is the purpose of that build? |
This is just a reproducer. Though distros are in process of switching to PEP517 builds. |
Same failure in Debian: Kind Regards |
So this is getting urgent. |
What will be a valid version? Edit: I traced it down to https://github.com/HenriWahl/Nagstamon/blob/master/setup.py#L48. Apparently intended to have the OS + version in the resulting package filename. |
Should look better now with latest changes. |
The fix a1a3516 is verified. |
Thanks for the notice 😃 |
setuptools
66+ no longer supportsLegacyVersion
:https://setuptools.pypa.io/en/stable/history.html#v66-0-0
Build fails with:
The text was updated successfully, but these errors were encountered: