8000 actually use hostpython3crystax not hostpython3 · lijielife/python-for-android@a570596 · GitHub
[go: up one dir, main page]

Skip to content

Commit a570596

Browse files
committed
actually use hostpython3crystax not hostpython3
1 parent b8f5cfe commit a570596

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pythonforandroid/recipes/requests/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class RequestsRecipe(PythonRecipe):
55
version = '2.13.0'
66
url = 'https://github.com/kennethreitz/requests/archive/v{version}.tar.gz'
7-
depends = [('hostpython2', 'hostpython3'), 'setuptools']
7+
depends = [('hostpython2', 'hostpython3crystax'), 'setuptools']
88
site_packages_name = 'requests'
99
call_hostpython_via_targetpython = False
1010

0 commit comments

Comments
 (0)
0