We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b4b1ea commit 484c1baCopy full SHA for 484c1ba
1 file changed
pythonforandroid/recipes/cryptography/__init__.py
@@ -3,9 +3,9 @@
3
4
class CryptographyRecipe(CompiledComponentsPythonRecipe):
5
name = 'cryptography'
6
- version = '1.3.1'
7
- url = 'https://pypi.python.org/packages/source/c/cryptography/cryptography-{version}.tar.gz'
8
- depends = [('python2', 'python3crystax'), 'cffi', 'enum34', 'openssl', 'ipaddress', 'idna']
+ version = '1.4'
+ url = 'https://github.com/pyca/cryptography/archive/{version}.tar.gz'
+ depends = [('python2', 'python3crystax'), 'openssl', 'idna', 'pyasn1', 'six', 'setuptools', 'enum34', 'ipaddress', 'cffi']
9
call_hostpython_via_targetpython = False
10
11
def get_recipe_env(self, arch):
0 commit comments