8000 `cryptography`: depend on `cffi` · T-Dynamos/python-for-android@90cd15d · GitHub
[go: up one dir, main page]

Skip to content

Commit 90cd15d

Browse files
authored
cryptography: depend on cffi
1 parent 9ddabd3 commit 90cd15d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/cryptography/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
class CryptographyRecipe(RustCompiledComponentsRecipe):
66

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

1212
def get_recipe_env(self, arch, **kwargs):
1313
env = super().get_recipe_env(arch, **kwargs)

0 commit comments

Comments
 (0)
0