Skip to content

Commit 8b65add

Browse files
committed
Merge pull request kivy#644 from kmonson/master
Add ndg.httpsclient recipe
2 parents 1664b8a + 8359a37 commit 8b65add

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)