summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIhar Hrachyshka <ihrachys@redhat.com>2014-08-07 22:27:23 +0200
committerIhar Hrachyshka <ihrachys@redhat.com>2014-10-08 14:54:35 +0200
commitaefc12ec552afe32f0d1d6f7c8c588afac956988 (patch)
treec2c6b6a9c5bd315d4c8d27f90fbf188ff1b70469
parent6e3da8a952cc9a52f375cb70e01e27e8a71c1fff (diff)
downloadneutron-aefc12ec552afe32f0d1d6f7c8c588afac956988.tar.gz
Removed kombu from requirements
Since we've replaced oslo-incubator RPC layer with oslo.messaging, we don't ship any code that uses kombu. Change-Id: Ia8a74f1326ecd98c47cbe447f04d475bf61e19d3 (cherry picked from commit 424c7faa75d96950d80f49f20f5414d1a297af72)
-rw-r--r--requirements.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt
index 9e7eac56b9..0cf1996bab 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -17,7 +17,6 @@ iso8601>=0.1.9
jsonrpclib
Jinja2
keystonemiddleware>=1.0.0
-kombu>=2.5.0
netaddr>=0.7.12
python-neutronclient>=2.3.6,<3
SQLAlchemy>=0.8.4,<=0.8.99,>=0.9.7,<=0.9.99