Skip to content

Commit 254033e

Browse files
HyTurtleaccumulator
authored andcommitted
cherry-pick 70fa6dd
Restrict sh version to sh>=1.10, <2.0 (kivy#2746) keep sh version under 2.0 as default behaviour was switched
1 parent d33e07b commit 254033e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
# https://github.com/kivy/buildozer/issues/722
2222
install_reqs = [
2323
'appdirs', 'colorama>=0.3.3', 'jinja2',
24-
'sh>=1.10; sys_platform!="nt"',
24+
'sh>=1.10, <2.0; sys_platform!="nt"',
2525
'pep517', 'toml',
2626
]
2727
# (pep517 and toml are used by pythonpackage.py)

0 commit comments

Comments
 (0)