diff --git a/flavours/hwdiscovery/install.d/10-AMQPLib b/flavours/hwdiscovery/install.d/10-AMQPLib new file mode 100755 index 00000000..a0b041a4 --- /dev/null +++ b/flavours/hwdiscovery/install.d/10-AMQPLib @@ -0,0 +1,7 @@ +#!/bin/bash +# ensure we have a amqp client + +set -e +set -o xtrace + +apt-get -y install python-AMQPLib