From c8a25ef8d164825b3521814ffb16c0411a9d05ea Mon Sep 17 00:00:00 2001 From: Ben Nemec Date: Sun, 26 Jan 2014 02:12:20 +0000 Subject: [PATCH] Add qpid-python to requirements Qpid is a supported messaging library, and without this it is necessary to install it manually in order to use Qpid in some environments, notably the one used by TripleO. Change-Id: I398c1d35295223cbc6969b386129c6fc9acbefc7 Closes-Bug: #1225191 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 7f7386c23d..40aecb5347 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,3 +27,4 @@ PyYAML>=3.1.0 paramiko>=1.9.0 Babel>=1.3 oslo.config>=1.2.0 +qpid-python