mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-27 07:01:22 -07:00
Extra deps needed for building cryptography
This commit is contained in:
parent
13ac993d25
commit
ac61f09203
1 changed files with 3 additions and 1 deletions
|
@ -7,6 +7,7 @@ uri_os_packages:
|
||||||
step2:
|
step2:
|
||||||
- libffi-devel
|
- libffi-devel
|
||||||
- openssl-devel
|
- openssl-devel
|
||||||
|
- python-devel
|
||||||
Debian:
|
Debian:
|
||||||
step1:
|
step1:
|
||||||
- python-pyasn1
|
- python-pyasn1
|
||||||
|
@ -15,3 +16,4 @@ uri_os_packages:
|
||||||
step2:
|
step2:
|
||||||
- libffi-dev
|
- libffi-dev
|
||||||
- libssl-dev
|
- libssl-dev
|
||||||
|
- python-dev
|
Loading…
Add table
Add a link
Reference in a new issue