Skip to content

Commit f0177c5

Browse files
committed
Try older version
1 parent 534e53a commit f0177c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/pyopenssl/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44

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

0 commit comments

Comments
 (0)