-
Notifications
You must be signed in to change notification settings - Fork 241
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
Patch 1 #947
base: master
Are you sure you want to change the base?
Patch 1 #947
Conversation
itsdangerous version 2.2.0 eliminated their setup.py, so all toolchain builds of itsdangerous fails due to missing setup.py. This patch updates the recipe for itsdangerous to run pip to install the 2.2.0 version.
The build for Pillow 11.0.0 doesn't work from this file without this change due to the original url scheme not working. Updated the pillow url to go to github to fetch the tar ball.
itsdangerous version 2.2.0 eliminated their setup.py, so all toolchain builds of itsdangerous fails due to missing setup.py. This patch updates the recipe for itsdangerous to run pip to install the 2.2.0 version.
Fix pillow
Please wait till Its ready for review. |
@AndreMiras |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM thanks.
Did you get a chance to test it runtime?
Let's see what the CI says at compile time.
Also it's not clear if the bitarray recipe is just an extra recipe you thought was nice to have or if it's actually used by pillow?
It adds to the existing recipes. I have used it in one of my projects and might someone else find errors packaging it to ios,so to save from errors. |
removed commented line and added a line at then end of bitarray/init.py |
itsdangerous
recipe andpillow
recipe by @hemna in extension to the pull-request at Upgrade itsdangerous recipe to 2.2.0 #946 .To support the latest pillow version, need to install these dependencies:
Updated README.md with latest command.