get rid of 'WARNING - Cannot find qpid python module. Make sure you have python-qpid installed.'

This commit is contained in:
Filip Valder
2017-01-18 16:20:03 +01:00
parent 733b875313
commit c51adf1796
3 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,7 @@ RUN dnf install -y \
python-m2ext \
python-mock \
python-pip \
python-qpid \
python2-cffi \
python2-cryptography \
python2-pdc-client \

1
Vagrantfile vendored
View File

@@ -23,6 +23,7 @@ $script = <<SCRIPT
python-devel \
python-flask \
python-mock \
python-qpid \
python-virtualenv \
redhat-rpm-config \
redhat-rpm-config \

View File

@@ -16,5 +16,6 @@ munch
pdc-client
pyOpenSSL
python-fedora
qpid-python
six
sqlalchemy