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