We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b339493 commit 534e53aCopy full SHA for 534e53a
pythonforandroid/recipes/pyopenssl/__init__.py
@@ -3,9 +3,9 @@
3
4
5
class PyOpenSSLRecipe(PythonRecipe):
6
- version = '19.0.0'
+ version = '24.2.1'
7
url = 'https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-{version}.tar.gz'
8
- depends = ['openssl', 'setuptools']
+ depends = ['cffi', 'openssl', 'setuptools']
9
site_packages_name = 'OpenSSL'
10
11
call_hostpython_via_targetpython = False
0 commit comments