-
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
Upgrade itsdangerous recipe to 2.2.0 #946
base: master
Are you sure you want to change the base?
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.
Thanks for picking this up @hemna |
I haven't been able to test yet, because I can't get a successful build for ios yet. |
Why not? You can use your fork directly to build your app |
I'm having a problem with getting a build to work at all. The kivy-ios documentation says to install cython==3.0.0, but that gives this error. I tried to build after that error and I get a failure building ios.pyx
|
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.