Switch to python-cffi for rpm based distros

Note that latest version of python-cffi is provided
from CentOS base and is python-cffi instead of python2-cffi.

According to CentOS/RDO packaging rules, all python2-XXX
packages has a provides on python-XXX, so when installing
it, python-XXX should always be used as it will install the
right package.

Change-Id: Ie30901c64993a6031278812e5072046a50371b3d
Closes-Bug: #1728915
This commit is contained in:
Alfredo Moralejo 2017-10-31 13:06:31 +01:00 committed by Martin André
parent 3b718f3fec
commit 8d024ff400
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,6 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'MySQL-python',
'pyOpenSSL',
'pyparsing',
'python2-cffi',
'python-crypto',
'python2-cryptography',
'python2-debtcollector',
@ -76,6 +75,7 @@ LABEL maintainer="{{ maintainer }}" name="{{ image_name }}" build-date="{{ build
'python-beaker',
'python-cachetools',
'python-ceilometerclient',
'python-cffi',
'python-cliff',
'python-cloudkittyclient',
'python-cmd2',