Skip to content

Commit

Permalink
Merge 90cd15d into 9ddabd3
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Dynamos committed Jun 7, 2024
2 parents 9ddabd3 + 90cd15d commit 6e2115d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pythonforandroid/recipes/cryptography/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
class CryptographyRecipe(RustCompiledComponentsRecipe):

name = 'cryptography'
version = '42.0.1'
version = '42.0.8'
url = 'https://github.com/pyca/cryptography/archive/refs/tags/{version}.tar.gz'
depends = ['openssl']
depends = ['openssl', 'cffi']

def get_recipe_env(self, arch, **kwargs):
env = super().get_recipe_env(arch, **kwargs)
Expand Down

0 comments on commit 6e2115d

Please sign in to comment.