Remove unneeded dependencies & add new ones

Removed:
 subversion
 bzr
 bzrtools
 python-webdav
 python-zsi

Added:
 python-geoip
 python-unicodecsv
 python-serial
master
Yenthe 10 years ago
parent 2141b63721
commit 815257c75e

@ -69,10 +69,10 @@ su - postgres -c "createuser -s $OE_USER" 2> /dev/null || true
# Install Dependencies # Install Dependencies
#-------------------------------------------------- #--------------------------------------------------
echo -e "\n---- Install tool packages ----" echo -e "\n---- Install tool packages ----"
apt-get install wget subversion git bzr bzrtools python-pip gdebi-core -y apt-get install wget git python-pip gdebi-core -y
echo -e "\n---- Install python packages ----" echo -e "\n---- Install python packages ----"
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 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-werkzeug python-xlwt python-yaml python-docutils python-psutil python-mock python-unittest2 python-jinja2 python-pypdf python-decorator python-requests python-passlib python-geoip python-unicodecsv python-serial python-pil -y
echo -e "\n---- Install python libraries ----" echo -e "\n---- Install python libraries ----"
pip install gdata pip install gdata

Loading…
Cancel
Save