diff options
author | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-08 14:02:18 +0100 |
---|---|---|
committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2018-03-08 14:02:18 +0100 |
commit | 565e33a752b53f4c2ed384e9952f0238d05e5f5a (patch) | |
tree | e44c81dfb7435b978954c1c94c85d76c371f199f /install | |
parent | d2e6cbefcf35aba6020cc6e8a6d187de4d19bfb5 (diff) | |
download | Ishtar-565e33a752b53f4c2ed384e9952f0238d05e5f5a.tar.bz2 Ishtar-565e33a752b53f4c2ed384e9952f0238d05e5f5a.zip |
Comment banckground task dependecies - not mandatory (refs #3951)
Diffstat (limited to 'install')
-rwxr-xr-x | install/ishtar-install | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/install/ishtar-install b/install/ishtar-install index e79afc138..7a41f4e8e 100755 --- a/install/ishtar-install +++ b/install/ishtar-install @@ -376,9 +376,10 @@ EOF cecho y "Installing python-virtualtime" echo ""; ( set -x; $sh_c 'pip install virtualtime==1.6' ) - cecho y "Installing python-django-background-tasks" - echo ""; - ( set -x; $sh_c 'pip install django-background-tasks==1.1.11' ) + ## not mandatory + # cecho y "Installing python-django-background-tasks" + # echo ""; + #( set -x; $sh_c 'pip install django-background-tasks==1.1.11' ) fi @@ -429,9 +430,10 @@ EOF cecho y "Installing python-virtualtime" echo ""; ( set -x; $sh_c 'pip install virtualtime==1.6' ) - cecho y "Installing python-django-background-tasks" - echo ""; - ( set -x; $sh_c 'pip install django-background-tasks==1.1.11' ) + ## not mandatory + # cecho y "Installing python-django-background-tasks" + # echo ""; + #( set -x; $sh_c 'pip install django-background-tasks==1.1.11' ) fi ;; |