8000
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.
1 parent 45c26bd commit b8f5cfeCopy full SHA for b8f5cfe
pythonforandroid/recipes/requests/__init__.py
@@ -1,10 +1,12 @@
1
from pythonforandroid.toolchain import PythonRecipe
2
3
+
4
class RequestsRecipe(PythonRecipe):
5
version = '2.13.0'
6
url = 'https://github.com/kennethreitz/requests/archive/v{version}.tar.gz'
- depends = ['hostpython2', 'setuptools']
7
+ depends = [('hostpython2', 'hostpython3'), 'setuptools']
8
site_packages_name = 'requests'
9
call_hostpython_via_targetpython = False
10
11
12
recipe = RequestsRecipe()
0 commit comments