We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d56181c + 187f859 commit caf9f4bCopy full SHA for caf9f4b
1 file changed
pythonforandroid/recipes/cryptography/__init__.py
@@ -3,10 +3,9 @@
3
4
class CryptographyRecipe(CompiledComponentsPythonRecipe):
5
name = 'cryptography'
6
- version = '2.6.1'
+ version = '2.8'
7
url = 'https://github.com/pyca/cryptography/archive/{version}.tar.gz'
8
- depends = ['openssl', 'idna', 'asn1crypto', 'six', 'setuptools',
9
- 'enum34', 'ipaddress', 'cffi']
+ depends = ['openssl', 'six', 'setuptools', 'cffi']
10
call_hostpython_via_targetpython = False
11
12
def get_recipe_env(self, arch):
0 commit comments