Skip to content

Commit 18fb36a

Browse files
committed
[cryptography] Updated to last available version (2.3.1)
This recipe update cryptography to last version. Note that "pyasn1" is not anymore a dependency and has been replaced by "asn1crypto".
1 parent cf6164d commit 18fb36a

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
@@ -4,9 +4,9 @@
44

55
class CryptographyRecipe(CompiledComponentsPythonRecipe):
66
name = 'cryptography'
7-
version = '1.3'
8-
url = 'https://github.com/pyca/cryptography/archive/{version}.tar.gz'
9-
depends = [('python2', 'python3crystax'), 'openssl', 'idna', 'pyasn1', 'six', 'setuptools', 'enum34', 'ipaddress', 'cffi']
7+
version = '2.3.1'
8+
url = 'https://files.pythonhosted.org/packages/22/21/233e38f74188db94e8451ef6385754a98f3cad9b59bedf3a8e8b14988be4/cryptography-2.3.1.tar.gz'
9+
depends = [('python2', 'python3crystax'), 'openssl', 'idna', 'asn1crypto', 'six', 'setuptools', 'enum34', 'ipaddress', 'cffi']
1010
call_hostpython_via_targetpython = False
1111

1212
def get_recipe_env(self, arch):

0 commit comments

Comments
 (0)