8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cryptography
cffi
1 parent 9ddabd3 commit 90cd15dCopy full SHA for 90cd15d
pythonforandroid/recipes/cryptography/__init__.py
@@ -5,9 +5,9 @@
5
class CryptographyRecipe(RustCompiledComponentsRecipe):
6
7
name = 'cryptography'
8
- version = '42.0.1'
+ version = '42.0.8'
9
url = 'https://github.com/pyca/cryptography/archive/refs/tags/{version}.tar.gz'
10
- depends = ['openssl']
+ depends = ['openssl', 'cffi']
11
12
def get_recipe_env(self, arch, **kwargs):
13
env = super().get_recipe_env(arch, **kwargs)
0 commit comments