lbry-android-sdk/p4a/pythonforandroid/recipes/setuptools/__init__.py

12 lines
313 B
Python
Raw Normal View History

from pythonforandroid.recipe import PythonRecipe
2017-08-13 03:24:00 +02:00
class SetuptoolsRecipe(PythonRecipe):
2022-12-02 21:15:34 +01:00
version = '51.3.3'
url = 'https://pypi.python.org/packages/source/s/setuptools/setuptools-{version}.tar.gz'
2017-08-13 03:24:00 +02:00
call_hostpython_via_targetpython = False
install_in_hostpython = True
recipe = SetuptoolsRecipe()