Skip to content
Snippets Groups Projects
Commit d165cca4 authored by prameswar's avatar prameswar
Browse files

dependencies added to build code with pip in QSG

As discussed in https://review.openstack.org/#/c/384073/

Change-Id: Ic1d59ce477798a92d21c384a0306fa46d82bc2d7
parent 8f2f9642
No related branches found
No related tags found
No related merge requests found
...@@ -126,10 +126,10 @@ Install dependencies needed to build the code with ``pip`` package manager. ...@@ -126,10 +126,10 @@ Install dependencies needed to build the code with ``pip`` package manager.
:: ::
# Ubuntu # Ubuntu
apt-get install python-dev libffi-dev gcc apt-get install python-dev libffi-dev gcc libssl-dev
# CentOS 7 # 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 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. targets, the Kolla community recommends installing the official Docker, Inc.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment