From 02350960d023efe412949ce1c22568f32c7052ca Mon Sep 17 00:00:00 2001 From: Monsyne Dragon Date: Tue, 14 Aug 2018 00:01:31 +0000 Subject: [PATCH] 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 --- etc/pip-requires.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/pip-requires.txt b/etc/pip-requires.txt index 2e40f82..781aaeb 100644 --- a/etc/pip-requires.txt +++ b/etc/pip-requires.txt @@ -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