lbry-android-sdk/recipes/setuptools/__init__.py
Akinwale Ariwodola ea58057ee0 build Python 3.9.6
2021-08-20 13:37:50 +01: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()