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.
ndghttpsclient
1 parent 751db4b commit f496a08Copy full SHA for f496a08
pythonforandroid/recipes/ndghttpsclient
@@ -1,9 +1,9 @@
1
from pythonforandroid.recipe import PythonRecipe
2
3
class NdgHttpsClientRecipe(PythonRecipe):
4
- version = '0.4.0'
+ version = '0.5.1'
5
url = 'https://pypi.python.org/packages/source/n/ndg-httpsclient/ndg_httpsclient-{version}.tar.gz'
6
- depends = ['python2', 'pyopenssl', 'cryptography']
+ depends = ['python3', 'pyopenssl', 'cryptography']
7
call_hostpython_via_targetpython = False
8
9
recipe = NdgHttpsClientRecipe()
0 commit comments