aboutsummaryrefslogtreecommitdiff
path: root/vagrant/bootstrap.sh
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2015-02-09 10:20:50 +0100
committerCédric Bonhomme <cedric@cedricbonhomme.org>2015-02-09 10:20:50 +0100
commitb59ac62ef0a3a06860a5ba79a90c152de1376548 (patch)
treefa15acbcbc72a6d1e66fcf6e1b60de5c294d1ef7 /vagrant/bootstrap.sh
parentUpdated conf file for Vagrant (feedparser 5.1.4). (diff)
downloadnewspipe-b59ac62ef0a3a06860a5ba79a90c152de1376548.tar.gz
newspipe-b59ac62ef0a3a06860a5ba79a90c152de1376548.tar.bz2
newspipe-b59ac62ef0a3a06860a5ba79a90c152de1376548.zip
Updated conf file for Vagrant (ubuntu 14.04.
Diffstat (limited to 'vagrant/bootstrap.sh')
-rw-r--r--vagrant/bootstrap.sh2
1 files changed, 0 insertions, 2 deletions
diff --git a/vagrant/bootstrap.sh b/vagrant/bootstrap.sh
index d99dcd83..5a66d0fc 100644
--- a/vagrant/bootstrap.sh
+++ b/vagrant/bootstrap.sh
@@ -17,8 +17,6 @@ cd pyaggr3g470r
apt-get install -y libxml2-dev libxslt1-dev
# installation with pip
sudo pip3 install --upgrade -r requirements.txt
-# Fix a bug of feedparser (https://code.google.com/p/feedparser/issues/detail?id=384)
-sudo pip3 install git+https://code.google.com/p/feedparser/ --upgrade
# copy of the default configuration files for vagrant
cp vagrant/conf.cfg-sample conf/conf.cfg
cd ..
bgstack15