10000 Put install_reqs on line so that buildozer's rubbish parsing will work · kivy/python-for-android@1f1467a · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f1467a

Browse files
authored
Put install_reqs on line so that buildozer's rubbish parsing will work
This is currently making buildozer fail because it tries to parse the line with a regex.
1 parent 381636a commit 1f1467a

File tree

1 file changed< 8000 /h2>
+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,7 @@
1616
data_files = []
1717

1818

19-
install_reqs = ['appdirs', 'colorama>=0.3.3', 'jinja2', 'six',
20-
'enum34;python_version<"3.4"']
19+
install_reqs = ['appdirs', 'colorama>=0.3.3', 'jinja2', 'six', 'enum34;python_version<"3.4"']
2120
if os.name != 'nt':
2221
install_reqs.append('sh>=1.10')
2322

0 commit comments

Comments
 (0)
0