lbry-android-sdk/MovedRecipes/setuptools/__init__.py
2022-12-02 18:51:57 -05:00

14 lines
No EOL
357 B
Python

from pythonforandroid.recipe import PythonRecipe
class SetuptoolsRecipe(PythonRecipe):
version = '51.0.0'
url = 'https://pypi.python.org/packages/source/s/setuptools/setuptools-{version}.zip'
depends = [('python2', 'python3crystax')]
call_hostpython_via_targetpython = False
install_in_hostpython = True
recipe = SetuptoolsRecipe()