From 484c1ba9ba439c234c5558b2fa0c2166113f978e Mon Sep 17 00:00:00 2001 From: Paul Brussee Date: Tue, 12 Jul 2016 18:14:54 +0200 Subject: [PATCH] update cryptography to 1.4 --- pythonforandroid/recipes/cryptography/__init__.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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):