Skip to content

Commit

Permalink
Merge pull request #2130 from SomberNight/202004_recipe_cryptography
Browse files Browse the repository at this point in the history
recipe: update 'cryptography' and rm unnecessary dependencies
  • Loading branch information
AndreMiras authored Apr 4, 2020
2 parents d56181c + 187f859 commit caf9f4b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pythonforandroid/recipes/cryptography/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@

class CryptographyRecipe(CompiledComponentsPythonRecipe):
name = 'cryptography'
version = '2.6.1'
version = '2.8'
url = 'https://github.com/pyca/cryptography/archive/{version}.tar.gz'
depends = ['openssl', 'idna', 'asn1crypto', 'six', 'setuptools',
'enum34', 'ipaddress', 'cffi']
depends = ['openssl', 'six', 'setuptools', 'cffi']
call_hostpython_via_targetpython = False

def get_recipe_env(self, arch):
Expand Down

0 comments on commit caf9f4b

Please sign in to comment.