Add packages for cryptography

We actually need them to compile cryptography properly.

Change-Id: I8b6c12684300b1b343579db0ac3164fb0f7608d9
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
Paul Belanger 2019-02-27 12:57:15 -05:00
parent 6b343a5226
commit f3254982e8
2 changed files with 6 additions and 0 deletions

View File

@ -13,4 +13,7 @@
# under the License.
---
__ansible_build_depends:
- gcc
- libffi-dev
- libssl-dev
- python3-dev

View File

@ -13,4 +13,7 @@
# under the License.
---
__ansible_build_depends:
- gcc-c++
- libffi-devel
- openssl-devel
- python3-devel