Pin librabbitmq due to compilation error.
Librabbitmq 2.0.0 has build issues in some environments, this is apparently due to a bug in librabbitmq's c-extention. Pin to the previous version (1.6.1) until bug is resolved. Change-Id: I060fbeee176434bfa8e1041fe4b0caaac68992c5
This commit is contained in:
parent
865c1aa10d
commit
02350960d0
@ -2,7 +2,7 @@ Django>=1.5.1, <1.6.0
|
|||||||
MySQL-python>=1.2.3
|
MySQL-python>=1.2.3
|
||||||
eventlet>=0.9.17
|
eventlet>=0.9.17
|
||||||
kombu>=3.0.23
|
kombu>=3.0.23
|
||||||
librabbitmq>=1.0.0
|
librabbitmq==1.6.1
|
||||||
prettytable>=0.7.2
|
prettytable>=0.7.2
|
||||||
argparse
|
argparse
|
||||||
Pympler
|
Pympler
|
||||||
|
Loading…
Reference in New Issue
Block a user