From 3a5d985038e1aa1cf92438464e4d9c513176ac1a Mon Sep 17 00:00:00 2001 From: Yenthe Date: Mon, 10 Oct 2016 09:09:25 +0200 Subject: [PATCH] [IMP] Remove unnecessary imports These have been in the script for quite a while but there is no reason in having them anymore. Removed. --- odoo_install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/odoo_install.sh b/odoo_install.sh index acd9b87..2896225 100644 --- a/odoo_install.sh +++ b/odoo_install.sh @@ -61,7 +61,7 @@ sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true # Install Dependencies #-------------------------------------------------- echo -e "\n---- Install tool packages ----" -sudo apt-get install wget subversion git bzr bzrtools python-pip gdebi-core -y +sudo apt-get install wget git python-pip gdebi-core -y 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