Skip to content

Commit c473d5f

Browse files
committed
OpenSSL compatibility
1 parent 0ceadee commit c473d5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/cryptography/__init__.py

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

44
class CryptographyRecipe(CompiledComponentsPythonRecipe):
55
name = 'cryptography'
6-
version = '1.4'
6+
version = '1.3'
77
url = 'https://github.com/pyca/cryptography/archive/{version}.tar.gz'
88
depends = [('python2', 'python3crystax'), 'openssl', 'idna', 'pyasn1', 'six', 'setuptools', 'enum34', 'ipaddress', 'cffi']
99
call_hostpython_via_targetpython = False

0 commit comments

Comments
 (0)