Skip to content

Commit 6b81d27

Browse files
HyTurtlemanuq
authored andcommitted
Restrict sh version to sh>=1.10, <2.0 (kivy#2746)
keep sh version under 2.0 as default behaviour was switched
1 parent 1bfd47c commit 6b81d27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
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"',
25-
'pep517<0.7.0', 'toml',
24+
'sh>=1.10, <2.0; sys_platform!="nt"',
25+
'pep517', 'toml', 'packaging',
2626
]
2727
# (pep517 and toml are used by pythonpackage.py)
2828

0 commit comments

Comments
 (0)