Try to fix Sandstorm WeKan package.

Thanks to xet7 !

Related https://github.com/wekan/wekan/issues/4280,
related https://github.com/sandstorm-io/sandstorm/issues/3600
This commit is contained in:
Lauri Ojansivu 2022-01-14 02:35:39 +02:00
parent fb3099eba9
commit bff43c3f92

View file

@ -21,7 +21,15 @@ if [ ! -d ~/python/esprima-python ]; then
cd ~/python
git clone --depth 1 -b master https://github.com/Kronuz/esprima-python
cd ~/python/esprima-python
sudo pip3 install .
# a) Generating docs works on Kubuntu 21.10 with this,
# but generating Sandstorm WeKan package does not work
# https://github.com/wekan/wekan/issues/4280
# https://github.com/sandstorm-io/sandstorm/issues/3600
# sudo pip3 install .
# b) Generating docs Works on Linux Mint with this,
# and also generating Sandstorm WeKan package works:
# sudo python3 setup.py install --record files.txt
sudo python3 setup.py install --record files.txt
fi
# 2) Go to Wekan repo directory