From ccaca3e5df06ad3dec34a435fd36f7c76ce0242e Mon Sep 17 00:00:00 2001 From: "Yenthe V.G" Date: Mon, 10 Apr 2017 08:47:50 +0200 Subject: [PATCH] [Fix] Add missing Python package This package was missing as dependency at the Odoo source code too. This commit fixes it. See https://github.com/odoo/odoo/commit/0ac303d12ff07241c5512580dadcd5b04728e2ea --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index 8be9d4a..6bba2c0 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -67,7 +67,7 @@ echo -e "\n---- Install python packages ----" sudo apt-get install python-dateutil python-feedparser python-ldap python-libxslt1 python-lxml python-mako python-openid python-psycopg2 python-pybabel python-pychart python-pydot python-pyparsing python-reportlab python-simplejson python-tz python-vatnumber python-vobject python-webdav python-werkzeug python-xlwt python-yaml python-zsi python-docutils python-psutil python-mock python-unittest2 python-jinja2 python-pypdf python-decorator python-requests python-passlib python-pil -y python-suds echo -e "\n---- Install python libraries ----" -sudo pip install gdata psycogreen ofxparse XlsxWriter +sudo pip install gdata psycogreen ofxparse XlsxWriter xlrd echo -e "\n--- Install other required packages" sudo apt-get install node-clean-css -y