Merge pull request #258 from radiorabe/fix/pika-install-on-debian-and-ubuntu
Add python-pika to install script
This commit is contained in:
commit
a69b86acc8
|
@ -28,6 +28,7 @@ libvo-aacenc0
|
|||
python-rgain
|
||||
python-gst-1.0
|
||||
gstreamer1.0-plugins-ugly
|
||||
python-pika
|
||||
|
||||
patch
|
||||
|
||||
|
|
|
@ -27,6 +27,7 @@ libsamplerate0
|
|||
python-rgain
|
||||
python-gst-1.0
|
||||
gstreamer1.0-plugins-ugly
|
||||
python-pika
|
||||
|
||||
patch
|
||||
|
||||
|
|
|
@ -29,6 +29,7 @@ libsamplerate0
|
|||
python-rgain
|
||||
python-gst-1.0
|
||||
gstreamer1.0-plugins-ugly
|
||||
python-pika
|
||||
|
||||
patch
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue