Remove obsolete sh package dependency
The reason for forcing such an old version isn't valid any longer anyway.
This commit is contained in:
parent
068bf9c42e
commit
c502370af6
1 changed files with 0 additions and 4 deletions
|
@ -11,7 +11,3 @@ apt-get -y install lib32stdc++6 lib32z1 lib32ncurses5
|
||||||
apt-get -y install build-essential
|
apt-get -y install build-essential
|
||||||
apt-get -y install git openjdk-8-jdk --no-install-recommends zlib1g-dev
|
apt-get -y install git openjdk-8-jdk --no-install-recommends zlib1g-dev
|
||||||
pip install cython buildozer python-for-android
|
pip install cython buildozer python-for-android
|
||||||
|
|
||||||
# latest sh is too slow, use a previous working version
|
|
||||||
# CF https://github.com/amoffat/sh/issues/378
|
|
||||||
pip install sh\<1.12.5
|
|
||||||
|
|
Loading…
Reference in a new issue