Skip to content

Commit

Permalink
Try older version
Browse files Browse the repository at this point in the history
  • Loading branch information
rnixx committed Nov 27, 2024
1 parent 534e53a commit f0177c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pythonforandroid/recipes/pyopenssl/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


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

0 comments on commit f0177c5

Please sign in to comment.