Skip to content

Commit

Permalink
Merge pull request #3087 from rnixx/rnixx-202411
Browse files Browse the repository at this point in the history
Update pyopenssl version
  • Loading branch information
rnixx authored Nov 27, 2024
2 parents 9d4f2f9 + f0177c5 commit d0f93ca
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pythonforandroid/recipes/pyopenssl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@


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

call_hostpython_via_targetpython = False
Expand Down

0 comments on commit d0f93ca

Please sign in to comment.