Skip to content

Commit ccaca3e

Browse files
authored
[Fix] Add missing Python package
This package was missing as dependency at the Odoo source code too. This commit fixes it. See odoo/odoo@0ac303d
1 parent 967f703 commit ccaca3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

odoo_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ echo -e "\n---- Install python packages ----"
6767
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
6868

6969
echo -e "\n---- Install python libraries ----"
70-
sudo pip install gdata psycogreen ofxparse XlsxWriter
70+
sudo pip install gdata psycogreen ofxparse XlsxWriter xlrd
7171

7272
echo -e "\n--- Install other required packages"
7373
sudo apt-get install node-clean-css -y

0 commit comments

Comments
 (0)