Code Review
/
openstack-build
/
cinder-build.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a221a30
)
Remove explicit dependency on amqplib
author
Dirk Mueller
<dirk@dmllr.de>
Mon, 5 May 2014 11:52:31 +0000
(13:52 +0200)
committer
Dirk Mueller
<dirk@dmllr.de>
Mon, 5 May 2014 11:52:31 +0000
(13:52 +0200)
amqp (or amqplib) is only accessed via kombu, and kombu
already specifies the right dependency (either amqp if new
enough or amqplib for old versions of kombu).
Change-Id: I4efa419db1befdfcbe639a8557e21eb97ca3a26e
requirements.txt
patch
|
blob
|
history
diff --git
a/requirements.txt
b/requirements.txt
index 6eb2e01b858d6bb60aab45a232e67cb61137a7b4..a14628aae49c8a2feee0cc53a042d75fbaee6108 100644
(file)
--- a/
requirements.txt
+++ b/
requirements.txt
@@
-1,5
+1,4
@@
pbr>=0.6,<1.0
-amqplib>=0.6.1
anyjson>=0.3.3
argparse
Babel>=1.3