Skip to content

Commit d0f93ca

Browse files
authored
Merge pull request #3087 from rnixx/rnixx-202411
Update pyopenssl version
2 parents 9d4f2f9 + f0177c5 commit d0f93ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythonforandroid/recipes/pyopenssl/__init__.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33

44

55
class PyOpenSSLRecipe(PythonRecipe):
6-
version = '19.0.0'
6+
version = '24.1.0'
77
url = 'https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-{version}.tar.gz'
8-
depends = ['openssl', 'setuptools']
8+
depends = ['cffi', 'openssl', 'setuptools']
99
site_packages_name = 'OpenSSL'
1010

1111
call_hostpython_via_targetpython = False

0 commit comments

Comments
 (0)