8000 Merge pull request #711 from brussee/enum34-1.1.3 · modulexcite/python-for-android@b5e05bd · GitHub
[go: up one dir, main page]

Skip to content

Commit b5e05bd

Browse files
committed
Merge pull request kivy#711 from brussee/enum34-1.1.3
update enum34 to 1.1.3
2 parents 64e6fa9 + 7fc8b5c commit b5e05bd

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
21
from pythonforandroid.toolchain import PythonRecipe
32

4-
53
class Enum34Recipe(PythonRecipe):
6-
version = '1.0.4'
4+
version = '1.1.3'
75
url = 'https://pypi.python.org/packages/source/e/enum34/enum34-{version}.tar.gz'
8-
depends = ['python2']
6+
depends = ['python2', 'setuptools']
97
site_packages_name = 'enum'
8+
call_hostpython_via_targetpython = False
109

1110
recipe = Enum34Recipe()

0 commit comments

Comments
 (0)
0