diff --git a/pythonforandroid/recipes/cryptography/__init__.py b/pythonforandroid/recipes/cryptography/__init__.py index 3ce8ba8cdf..14a06d3cf4 100644 --- a/pythonforandroid/recipes/cryptography/__init__.py +++ b/pythonforandroid/recipes/cryptography/__init__.py @@ -3,9 +3,9 @@ class CryptographyRecipe(CompiledComponentsPythonRecipe): name = 'cryptography' - version = '1.3.1' - url = 'https://pypi.python.org/packages/source/c/cryptography/cryptography-{version}.tar.gz' - depends = [('python2', 'python3crystax'), 'cffi', 'enum34', 'openssl', 'ipaddress', 'idna'] + version = '1.4' + url = 'https://github.com/pyca/cryptography/archive/{version}.tar.gz' + depends = [('python2', 'python3crystax'), 'openssl', 'idna', 'pyasn1', 'six', 'setuptools', 'enum34', 'ipaddress', 'cffi'] call_hostpython_via_targetpython = False def get_recipe_env(self, arch):