Skip to content

Commit f7ce126

Browse files
authored
Merge pull request kivy#836 from brussee/update-cryptography
update cryptography to 1.4
2 parents 1b4b1ea + 484c1ba commit f7ce126

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pythonforandroid/recipes/cryptography/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44
class CryptographyRecipe(CompiledComponentsPythonRecipe):
55
name = 'cryptography'
6-
version = '1.3.1'
7-
url = 'https://pypi.python.org/packages/source/c/cryptography/cryptography-{version}.tar.gz'
8-
depends = [('python2', 'python3crystax'), 'cffi', 'enum34', 'openssl', 'ipaddress', 'idna']
6+
version = '1.4'
7+
url = 'https://github.com/pyca/cryptography/archive/{version}.tar.gz'
8+
depends = [('python2', 'python3crystax'), 'openssl', 'idna', 'pyasn1', 'six', 'setuptools', 'enum34', 'ipaddress', 'cffi']
99
call_hostpython_via_targetpython = False
1010

1111
def get_recipe_env(self, arch):

0 commit comments

Comments
 (0)