[stable-only] Cap msgpack

periodic job py27 started to fail with:
TypeError: __init__() got an unexpected keyword argument 'encoding'

This failure comes with the new version of msgpack (1.0.0).

Since ceilometer does not use global upper-constraints.txt from
requirements repository, msgpack has to be constrained in
requirements.txt

Change-Id: I3ca76c80b96d49d4d256110c8fca13f9365add0d
This commit is contained in:
Elod Illes 2020-02-19 11:04:56 +01:00
parent e3988d2c45
commit f63a65acc0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ futurist>=0.11.0 # Apache-2.0
jsonpath-rw-ext>=0.1.9 # Apache-2.0
lxml>=2.3 # BSD
monotonic
msgpack>=0.4.0 # Apache-2.0
msgpack>=0.4.0,<1.0.0 # Apache-2.0
oslo.concurrency>=3.5.0 # Apache-2.0
oslo.config>=3.22.0 # Apache-2.0
oslo.i18n>=2.1.0 # Apache-2.0