lbry-android-sdk/p4a/pythonforandroid/recipes/ndghttpsclient
2022-12-02 15:15:34 -05:00

10 lines
350 B
Plaintext

from pythonforandroid.recipe import PythonRecipe
class NdgHttpsClientRecipe(PythonRecipe):
version = '0.5.1'
url = 'https://pypi.python.org/packages/source/n/ndg-httpsclient/ndg_httpsclient-{version}.tar.gz'
depends = ['python3', 'pyopenssl', 'cryptography']
call_hostpython_via_targetpython = False
recipe = NdgHttpsClientRecipe()