Skip to content

Commit

Permalink
Merge pull request #1 from kmonson/NdgHttpsClientRecipe
Browse files Browse the repository at this point in the history
Add ndg.httpsclient recipe
  • Loading branch information
kmonson committed Feb 16, 2016
2 parents 1664b8a + 6842316 commit 8359a37
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pythonforandroid/recipes/ndghttpsclient
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
from pythonforandroid.toolchain 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()

0 comments on commit 8359a37

Please sign in to comment.