diff options
author | Dirk Mueller <dirk@dmllr.de> | 2014-05-05 17:45:43 +0200 |
---|---|---|
committer | Dirk Mueller <dirk@dmllr.de> | 2014-05-07 15:15:15 +0200 |
commit | 39ffcb0dd75d9dc5d8a249f2974a67f0def5204b (patch) | |
tree | 0876b70d8f329832ab43e8248c8e5bdfc36a1f13 /requirements.txt | |
parent | ae3e92fe0c820dd851ada8fbac50ade068a07e7a (diff) | |
download | neutron-39ffcb0dd75d9dc5d8a249f2974a67f0def5204b.tar.gz |
Remove explicit dependency on amqplib
kombu already depends on amqp or amqplib depending on its
version, and no explicit access to amqplib exists in neutron code.
Closes-Bug: #1317094
Change-Id: I5cf189d7173b732cba6df3f9b6aff1d2bb85cdfe
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 720212f1f7..09ad8ba564 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ pbr>=0.6,!=0.7,<1.0 Paste PasteDeploy>=1.5.0 Routes>=1.12.3 -amqplib>=0.6.1 anyjson>=0.3.3 argparse Babel>=1.3 |