8000 Merge pull request #1443 from goffi-contrib/cryptography · tangingw/python-for-android@3c3d5c4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3c3d5c4

Browse files
authored
Merge pull request kivy#1443 from goffi-contrib/cryptography
[cryptography] Updated to last available version (2.3.1)
2 parents bb4586c + 4d7cb79 commit 3c3d5c4

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
@@ -38,6 +38,7 @@ class TargetPython(Enum):
3838
'm2crypto',
3939
'netifaces',
4040
'Pillow',
41+
'cryptography',
4142
# https://github.com/kivy/python-for-android/issues/1405
4243
'psycopg2',
4344
'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)
0