We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cdc735 commit 1983927Copy full SHA for 1983927
pythonforandroid/recipes/cryptography/__init__.py
@@ -3,7 +3,7 @@
3
4
class CryptographyRecipe(CompiledComponentsPythonRecipe):
5
name = 'cryptography'
6
- version = 'local'
+ version = 'master'
7
url = 'git+file:///home/enoch/cryptography'
8
depends = ['host_cffi', 'host_cython', 'host_setuptools', 'host_sh',
9
'idna', 'asn1crypto', 'six', 'cffi',
0 commit comments