Skip to content

Commit 73258b0

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 6369041 commit 73258b0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ci/constants.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ class TargetPython(Enum):
4747
# requires autoconf system dependency on host
4848
# https://api.travis-ci.org/v3/job/450538715/log.txt
4949
'protobuf_cpp',
50+
'cryptography',
5051
# https://github.com/kivy/python-for-android/issues/1405
5152
'psycopg2',
5253
'pygame',

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)