From 06e5e5add50d398f146ef96892e35d41456f7572 Mon Sep 17 00:00:00 2001 From: Julien Danjou Date: Fri, 17 Mar 2017 11:26:40 +0100 Subject: [PATCH] Limit lz4 to <0.9.0 lz4 Python module changed its API and deprecated the method that gnocchi.carbonara uses. Limit this to version inferior to 0.9.0 so there are no warning polluting the logs. Change-Id: I385924fec12a5127f0c4a197a04d81dffeecba38 (cherry picked from commit 0acbae30780886dbb313bc0b0aedde80c01f59cc) --- setup.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 8b64e7639..d4f04d38e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,11 +38,11 @@ postgresql = swift = python-swiftclient>=3.1.0 msgpack-python - lz4 + lz4<0.9.0 tooz>=1.38 ceph = msgpack-python - lz4 + lz4<0.9.0 tooz>=1.38 ceph_recommended_lib = cradox>=1.0.9 @@ -50,7 +50,7 @@ ceph_alternative_lib = python-rados>=10.1.0 # not available on pypi file = msgpack-python - lz4 + lz4<0.9.0 tooz>=1.38 doc = oslosphinx>=2.2.0