Skip to content

Commit 7369668

Browse files
committed
Downgrade to pycryptodome==3.6.3
The latest version was leading to compilation errors. Tested OK with: ``` python setup_testapp_python3.py apk --sdk-dir $ANDROID_SDK_HOME --ndk-dir $ANDROID_NDK_HOME --bootstrap sdl2 --requirements python3,kivy,pycryptodome==3.6.3 ```
1 parent 50afdf1 commit 7369668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pycryptodome/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33

44
class PycryptodomeRecipe(PythonRecipe):
5-
version = '3.7.3'
5+
version = '3.6.3'
66
url = 'https://github.com/Legrandin/pycryptodome/archive/v{version}.tar.gz'
77
depends = ['setuptools', 'cffi']
88

0 commit comments

Comments
 (0)