mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Removing PyYAML as a non-vendorized dependency.
This commit is contained in:
parent
d83742fe81
commit
950a159387
2 changed files with 1 additions and 2 deletions
|
@ -30,7 +30,6 @@ pymongo==2.2
|
|||
python-dateutil==1.5
|
||||
python-gflags==2.0
|
||||
pytz==2013b
|
||||
PyYAML==3.10
|
||||
raven==3.1.17
|
||||
readline==6.2.4.1
|
||||
redis==2.7.2
|
||||
|
|
2
fabfile.py
vendored
2
fabfile.py
vendored
|
@ -370,7 +370,7 @@ def setup_task(queue=None, skip_common=False):
|
|||
def setup_installs():
|
||||
sudo('apt-get -y update')
|
||||
sudo('apt-get -y upgrade')
|
||||
sudo('apt-get -y install build-essential gcc scons libreadline-dev sysstat iotop git python-dev locate python-software-properties software-properties-common libpcre3-dev libncurses5-dev libdbd-pg-perl libssl-dev make pgbouncer python-psycopg2 libyaml-0-2 python-numpy python-scipy python-imaging curl monit ufw')
|
||||
sudo('apt-get -y install build-essential gcc scons libreadline-dev sysstat iotop git python-dev locate python-software-properties software-properties-common libpcre3-dev libncurses5-dev libdbd-pg-perl libssl-dev make pgbouncer python-psycopg2 libyaml-0-2 python-yaml python-numpy python-scipy python-imaging curl monit ufw')
|
||||
|
||||
# sudo('add-apt-repository ppa:pitti/postgresql')
|
||||
sudo('apt-get -y update')
|
||||
|
|
Loading…
Add table
Reference in a new issue