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:
Monsyne Dragon 2018-08-14 00:01:31 +00:00
parent 865c1aa10d
commit 02350960d0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ Django>=1.5.1, <1.6.0
MySQL-python>=1.2.3
eventlet>=0.9.17
kombu>=3.0.23
librabbitmq>=1.0.0
librabbitmq==1.6.1
prettytable>=0.7.2
argparse
Pympler