FIX: Add missing suds install

This dependency might be needed for the delivery_fedex module which needs suds or suds-jurko installed.
pull/78/merge
Yenthe V.G 8 years ago committed by GitHub
parent ac5ed16a9e
commit c90c7efee1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -128,6 +128,7 @@ if [ $IS_ENTERPRISE = "True" ]; then
echo -e "\n---- Added Enterprise code under $OE_HOME/enterprise/addons ----" echo -e "\n---- Added Enterprise code under $OE_HOME/enterprise/addons ----"
echo -e "\n---- Installing Enterprise specific libraries ----" echo -e "\n---- Installing Enterprise specific libraries ----"
sudo pip install sudo
sudo apt-get install nodejs npm sudo apt-get install nodejs npm
sudo npm install -g less sudo npm install -g less
sudo npm install -g less-plugin-clean-css sudo npm install -g less-plugin-clean-css

Loading…
Cancel
Save