Skip to content

Commit 79831e4

Browse files
committed
[FIX[ add missing dependency ofxparse
ofxparse is an official required dependency that wasn't added in the installation script.
1 parent 45d93ba commit 79831e4

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
@@ -61,7 +61,7 @@ echo -e "\n---- Install python packages ----"
6161
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
6262

6363
echo -e "\n---- Install python libraries ----"
64-
sudo pip install gdata psycogreen
64+
sudo pip install gdata psycogreen ofxparse
6565

6666
#--------------------------------------------------
6767
# Install Wkhtmltopdf if needed

0 commit comments

Comments
 (0)