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.
2 parents 9d4f2f9 + f0177c5 commit d0f93caCopy full SHA for d0f93ca
pythonforandroid/recipes/pyopenssl/__init__.py
@@ -3,9 +3,9 @@
3
4
5
class PyOpenSSLRecipe(PythonRecipe):
6
- version = '19.0.0'
+ version = '24.1.0'
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