dependencies added to build code with pip in QSG
As discussed in https://review.openstack.org/#/c/384073/ Change-Id: Ic1d59ce477798a92d21c384a0306fa46d82bc2d7
This commit is contained in:
parent
8f2f9642cd
commit
d165cca4a3
@ -126,10 +126,10 @@ Install dependencies needed to build the code with ``pip`` package manager.
|
||||
::
|
||||
|
||||
# Ubuntu
|
||||
apt-get install python-dev libffi-dev gcc
|
||||
apt-get install python-dev libffi-dev gcc libssl-dev
|
||||
|
||||
# CentOS 7
|
||||
yum install python-devel libffi-devel gcc
|
||||
yum install python-devel libffi-devel gcc openssl-devel
|
||||
|
||||
Since Docker is required to build images as well as be present on all deployed
|
||||
targets, the Kolla community recommends installing the official Docker, Inc.
|
||||
|
Loading…
Reference in New Issue
Block a user