Skip to content

Commit f496a08

Browse files
committed
🍱 Update ndghttpsclient recipe?
This is strange...that recipe should be in a folder right?
1 parent 751db4b commit f496a08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
from pythonforandroid.recipe import PythonRecipe
22

33
class NdgHttpsClientRecipe(PythonRecipe):
4-
version = '0.4.0'
4+
version = '0.5.1'
55
url = 'https://pypi.python.org/packages/source/n/ndg-httpsclient/ndg_httpsclient-{version}.tar.gz'
6-
depends = ['python2', 'pyopenssl', 'cryptography']
6+
depends = ['python3', 'pyopenssl', 'cryptography']
77
call_hostpython_via_targetpython = False
88

99
recipe = NdgHttpsClientRecipe()

0 commit comments

Comments
 (0)