Add openssl development headers for shade

Also fix bindep to properly install ansible.

Change-Id: I32c2895f7974a32a897347593832a2ff1de9ac2c
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2016-09-29 17:24:43 -04:00
parent 53e9afa80e
commit 8073a27f75
No known key found for this signature in database
GPG Key ID: 611A80832067AF38
3 changed files with 6 additions and 1 deletions

View File

@ -1,4 +1,7 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
python-pip
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
libssl-dev [platform:dpkg]
openssl-devel [platform:rpm]

View File

@ -14,3 +14,4 @@
---
__shade_build_depends:
- git
- libssl-dev

View File

@ -14,3 +14,4 @@
---
__shade_build_depends:
- git
- openssl-devel