Use RDO version of python-msgpack on RDO

python2-msgpack is python2 only, is from EPEL, and is ancient.

Use a propery tested and validated version of msgpack.

Closes-Bug: #1704894
Co-Authored-By: Jeffrey Zhang <jeffrey.zhang@99cloud.net>
Change-Id: I3b33f7a9ad48e2a06ede1f79426231d720b851ae
This commit is contained in:
Steven Dake 2017-07-17 09:33:53 -07:00 committed by Jeffrey Zhang
parent 9ef9cbeb8f
commit a49ad13d08
1 changed files with 1 additions and 1 deletions

View File

@ -34,6 +34,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'pyOpenSSL',
'pyparsing',
'python-crypto',
'python-msgpack',
'python2-cryptography',
'python2-debtcollector',
'python2-eventlet',
@ -42,7 +43,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python2-futurist',
'python2-greenlet',
'python2-iso8601',
'python2-msgpack',
'python2-oslo-concurrency',
'python2-oslo-config',
'python2-oslo-context',