lbry-android-sdk/p4a/pythonforandroid/recipes/enum34/__init__.py
Akinwale Ariwodola 744cfaebc2 Initial commit
2017-08-13 02:24:00 +01:00

10 lines
336 B
Python

from pythonforandroid.toolchain import PythonRecipe
class Enum34Recipe(PythonRecipe):
version = '1.1.3'
url = 'https://pypi.python.org/packages/source/e/enum34/enum34-{version}.tar.gz'
depends = ['python2', 'setuptools']
site_packages_name = 'enum'
call_hostpython_via_targetpython = False
recipe = Enum34Recipe()