Skip to content

Commit 534e53a

Browse files
committed
Update pyopenssl
1 parent b339493 commit 534e53a

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.2.1'
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)