-
Notifications
You must be signed in to change notification settings - Fork 242
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
pyrebase4
needs pycryptodome
, which doesn't have a recipe
#701
Comments
Unfortunately Writing a recipe for |
pyrebase4
needs pycryptodome
, which doesn't have a recipe
Hi @misl6, any update on this issue? |
If I understand correctly, kivy-ios "hacks" the production of .so/.pyd files (they are empty at the end), and generates .a files that can be compiled statically in Xcode, instead. I don't know anything about this part, would the same hack be usable on pycryptodome? Then the next part, I guess, would be to patch the cryptodome function below so that it opens "self" (the current process) instead of a separate .so/.pyd.
|
Hello people. Any progress on that? I would love to contribute to it, but need some assistance with building a recipe. Is there a simple way to build
Is it possible somehow to compile pycryptodome directly by setting proper compiler environment flags? |
Versions
Describe the bug
I am trying to add pyrebase to my build to connect my firebase database.
To Reproduce
python toolchain.py pip install pyrebase4
Expected behavior
install pyrebase
Logs
Screenshots
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: