lbry-android-sdk/p4a/pythonforandroidold/recipes/ndghttpsclient

10 lines
350 B
Text
Raw Normal View History

2022-12-02 21:15:34 +01:00
from pythonforandroid.recipe import PythonRecipe
class NdgHttpsClientRecipe(PythonRecipe):
version = '0.4.0'
url = 'https://pypi.python.org/packages/source/n/ndg-httpsclient/ndg_httpsclient-{version}.tar.gz'
depends = ['python2', 'pyopenssl', 'cryptography']
call_hostpython_via_targetpython = False
recipe = NdgHttpsClientRecipe()