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-rgain
|
||||||
python-gst-1.0
|
python-gst-1.0
|
||||||
gstreamer1.0-plugins-ugly
|
gstreamer1.0-plugins-ugly
|
||||||
|
python-pika
|
||||||
|
|
||||||
patch
|
patch
|
||||||
|
|
||||||
|
|
|
@ -27,6 +27,7 @@ libsamplerate0
|
||||||
python-rgain
|
python-rgain
|
||||||
python-gst-1.0
|
python-gst-1.0
|
||||||
gstreamer1.0-plugins-ugly
|
gstreamer1.0-plugins-ugly
|
||||||
|
python-pika
|
||||||
|
|
||||||
patch
|
patch
|
||||||
|
|
||||||
|
|
|
@ -29,6 +29,7 @@ libsamplerate0
|
||||||
python-rgain
|
python-rgain
|
||||||
python-gst-1.0
|
python-gst-1.0
|
||||||
gstreamer1.0-plugins-ugly
|
gstreamer1.0-plugins-ugly
|
||||||
|
python-pika
|
||||||
|
|
||||||
patch
|
patch
|
||||||
|
|
||||||
|
|
|
@ -75,6 +75,7 @@ rabbitmqctl add_vhost /airtime
|
||||||
rabbitmqctl set_permissions -p /airtime airtime ".*" ".*" ".*"
|
rabbitmqctl set_permissions -p /airtime airtime ".*" ".*" ".*"
|
||||||
|
|
||||||
# LibreTime deps
|
# LibreTime deps
|
||||||
|
# TODO: move me to requirements-file ala debian e.a.
|
||||||
yum install -y \
|
yum install -y \
|
||||||
git \
|
git \
|
||||||
php \
|
php \
|
||||||
|
@ -94,6 +95,7 @@ yum install -y \
|
||||||
selinux-policy \
|
selinux-policy \
|
||||||
policycoreutils-python \
|
policycoreutils-python \
|
||||||
python-celery \
|
python-celery \
|
||||||
|
python2-pika \
|
||||||
lsof
|
lsof
|
||||||
|
|
||||||
# for pip ssl install
|
# for pip ssl install
|
||||||
|
|
Loading…
Reference in New Issue