-
Notifications
You must be signed in to change notification settings - Fork 27
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
Unable to build uharfbuzz with setuptools 75.2.0 #216
Comments
That's most likely pypa/distutils#283 . I see @anthrotype has already encountered it in a different project. Likely he could handle this one too? |
i believe the upstream bug has been fixed in pypy/setuptools so we should be able to un-pin that, I'll try now |
pypa/distutils#283 still seems not fixed... #216
looks like the issue is still there. I temporarily un-pinned setuptools and it still fails with pypy, see the latest run of GH actions: @EdwinAponte if you are not building on PyPy, then after this 9b607bd commit on |
I just pushed a v0.41.1 tag, the only change will be to enable building from source using the latest setuptools (except for pypy where the above issue still occurs). |
I can confirm that I can successfully build uharfbuzz-0.41.1 from source using setuptools 75.2. Thank you. |
I am unable to build uharfbuzz with setuptools 75.2.0, I get the error:
ERROR Missing dependencies:
setuptools<72.2,>=36.4
The build script can be found here: https://github.com/Ponce/slackbuilds/blob/current/python/python3-uharfbuzz/python3-uharfbuzz.SlackBuild
Thanks.
The text was updated successfully, but these errors were encountered: