Skip to content

Commit 02b216d

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 8f1c25f commit 02b216d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/cryptography/__init__.py

Lines changed: 2 additions & 2 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'
7+
version = '2.3.1'
88
url = 'https://github.com/pyca/cryptography/archive/{version}.tar.gz'
9-
depends = [('python2', 'python3crystax'), 'openssl', 'idna', 'pyasn1', 'six', 'setuptools', 'enum34', 'ipaddress', 'cffi']
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)