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 |
AndreMiras
left a comment
There was a problem hiding this comment.
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 |
itsdangerousrecipe andpillowrecipe 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.