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:
parent
6b343a5226
commit
f3254982e8
@ -13,4 +13,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
---
|
---
|
||||||
__ansible_build_depends:
|
__ansible_build_depends:
|
||||||
|
- gcc
|
||||||
|
- libffi-dev
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
|
- python3-dev
|
||||||
|
@ -13,4 +13,7 @@
|
|||||||
# under the License.
|
# under the License.
|
||||||
---
|
---
|
||||||
__ansible_build_depends:
|
__ansible_build_depends:
|
||||||
|
- gcc-c++
|
||||||
|
- libffi-devel
|
||||||
- openssl-devel
|
- openssl-devel
|
||||||
|
- python3-devel
|
||||||
|
Loading…
Reference in New Issue
Block a user