Merge pull request #258 from radiorabe/fix/pika-install-on-debian-and-ubuntu

Add python-pika to install script
This commit is contained in:
Robb 2017-08-05 10:33:42 -04:00 committed by GitHub
commit a69b86acc8
4 changed files with 5 additions and 0 deletions

View File

@ -28,6 +28,7 @@ libvo-aacenc0
python-rgain
python-gst-1.0
gstreamer1.0-plugins-ugly
python-pika
patch

View File

@ -27,6 +27,7 @@ libsamplerate0
python-rgain
python-gst-1.0
gstreamer1.0-plugins-ugly
python-pika
patch

View File

@ -29,6 +29,7 @@ libsamplerate0
python-rgain
python-gst-1.0
gstreamer1.0-plugins-ugly
python-pika
patch

View File

@ -75,6 +75,7 @@ rabbitmqctl add_vhost /airtime
rabbitmqctl set_permissions -p /airtime airtime ".*" ".*" ".*"
# LibreTime deps
# TODO: move me to requirements-file ala debian e.a.
yum install -y \
git \
php \
@ -94,6 +95,7 @@ yum install -y \
selinux-policy \
policycoreutils-python \
python-celery \
python2-pika \
lsof
# for pip ssl install