From c51adf1796f0e22ccb87738fef0a31336df40e39 Mon Sep 17 00:00:00 2001 From: Filip Valder Date: Wed, 18 Jan 2017 16:20:03 +0100 Subject: [PATCH] get rid of 'WARNING - Cannot find qpid python module. Make sure you have python-qpid installed.' --- Dockerfile | 1 + Vagrantfile | 1 + requirements.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/Dockerfile b/Dockerfile index 023703c6..470b9a9f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,6 +12,7 @@ RUN dnf install -y \ python-m2ext \ python-mock \ python-pip \ + python-qpid \ python2-cffi \ python2-cryptography \ python2-pdc-client \ diff --git a/Vagrantfile b/Vagrantfile index ee381fdb..f6bcfab3 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -23,6 +23,7 @@ $script = <