From aefc12ec552afe32f0d1d6f7c8c588afac956988 Mon Sep 17 00:00:00 2001 From: Ihar Hrachyshka Date: Thu, 7 Aug 2014 22:27:23 +0200 Subject: [PATCH] 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) --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9e7eac56b..0cf1996ba 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