lbry-fdroid/p4a/pythonforandroid/recipes/pyopenssl/__init__.py

15 lines
353 B
Python
Raw Normal View History

2017-08-13 03:24:00 +02:00
from pythonforandroid.recipe import PythonRecipe
2017-08-13 03:24:00 +02:00
class PyOpenSSLRecipe(PythonRecipe):
version = '19.0.0'
2017-08-13 03:24:00 +02:00
url = 'https://pypi.python.org/packages/source/p/pyOpenSSL/pyOpenSSL-{version}.tar.gz'
depends = ['openssl', 'setuptools']
2017-08-13 03:24:00 +02:00
site_packages_name = 'OpenSSL'
call_hostpython_via_targetpython = False
recipe = PyOpenSSLRecipe()