We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ceadee commit c473d5fCopy full SHA for c473d5f
pythonforandroid/recipes/cryptography/__init__.py
@@ -3,7 +3,7 @@
3
4
class CryptographyRecipe(CompiledComponentsPythonRecipe):
5
name = 'cryptography'
6
- version = '1.4'
+ version = '1.3'
7
url = 'https://github.com/pyca/cryptography/archive/{version}.tar.gz'
8
depends = [('python2', 'python3crystax'), 'openssl', 'idna', 'pyasn1', 'six', 'setuptools', 'enum34', 'ipaddress', 'cffi']
9
call_hostpython_via_targetpython = False
0 commit comments