Skip to content

Commit 0b8b4d7

Browse files
authored
FIX: add gdata to P3 and remove psycogreen dependency
REM: Psycogreen has been removed in Odoo 11 as of odoo/odoo@bb14c41 (thread odoo/odoo#19976 (comment)) so removing it from the installation script too. FIX: Add gdata for Python 3 support
1 parent 974c01e commit 0b8b4d7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

odoo_install.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,9 @@ sudo apt-get install wget git bzr python-pip gdebi-core -y
6868

6969
echo -e "\n---- Install python packages ----"
7070
sudo apt-get install python-pypdf2 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
71-
sudo pip3 install pypdf2 Babel passlib Werkzeug decorator python-dateutil pyyaml psycopg2 psutil html2text docutils lxml pillow reportlab ninja2 requests
71+
sudo pip3 install pypdf2 Babel passlib Werkzeug decorator python-dateutil pyyaml psycopg2 psutil html2text docutils lxml pillow reportlab ninja2 requests gdata
7272

7373
echo -e "\n---- Install python libraries ----"
74-
sudo pip install gdata psycogreen
7574
# This is for compatibility with Ubuntu 16.04. Will work on 14.04, 15.04 and 16.04
7675
sudo apt-get install python3-suds
7776

0 commit comments

Comments
 (0)