Skip to content

Commit 3a5d985

Browse files
authored
[IMP] Remove unnecessary imports
These have been in the script for quite a while but there is no reason in having them anymore. Removed.
1 parent c2dec92 commit 3a5d985

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

odoo_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ sudo su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true
6161
# Install Dependencies
6262
#--------------------------------------------------
6363
echo -e "\n---- Install tool packages ----"
64-
sudo apt-get install wget subversion git bzr bzrtools python-pip gdebi-core -y
64+
sudo apt-get install wget git python-pip gdebi-core -y
6565

6666
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

0 commit comments

Comments
 (0)