We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1664b8a + 8359a37 commit 8b65addCopy full SHA for 8b65add
pythonforandroid/recipes/ndghttpsclient
@@ -0,0 +1,9 @@
1
+from pythonforandroid.toolchain import PythonRecipe
2
+
3
+class NdgHttpsClientRecipe(PythonRecipe):
4
+ version = '0.4.0'
5
+ url = 'https://pypi.python.org/packages/source/n/ndg-httpsclient/ndg_httpsclient-{version}.tar.gz'
6
+ depends = ['python2', 'pyopenssl', 'cryptography']
7
+ call_hostpython_via_targetpython = False
8
9
+recipe = NdgHttpsClientRecipe()
0 commit comments