We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 64e6fa9 + 7fc8b5c commit b5e05bdCopy full SHA for b5e05bd
1 file changed
pythonforandroid/recipes/enum34/__init__.py
@@ -1,11 +1,10 @@
1
-
2
from pythonforandroid.toolchain import PythonRecipe
3
4
5
class Enum34Recipe(PythonRecipe):
6
- version = '1.0.4'
+ version = '1.1.3'
7
url = 'https://pypi.python.org/packages/source/e/enum34/enum34-{version}.tar.gz'
8
- depends = ['python2']
+ depends = ['python2', 'setuptools']
9
site_packages_name = 'enum'
+ call_hostpython_via_targetpython = False
10
11
recipe = Enum34Recipe()
0 commit comments