Add gcc as a build dependency

Change-Id: Iceac6501330243c6f9090c214046d3a425103230
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-12-30 15:49:35 -05:00
parent 05d0984398
commit e5edeea2b7
2 changed files with 2 additions and 0 deletions

View File

@ -13,5 +13,6 @@
# under the License.
---
__shade_build_depends:
- gcc
- libssl-dev
- python-dev

View File

@ -13,5 +13,6 @@
# under the License.
---
__shade_build_depends:
- gcc-c++
- openssl-devel
- python-devel