diff options
Diffstat (limited to '')
-rw-r--r-- | ansible_collections/cisco/asa/bindep.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ansible_collections/cisco/asa/bindep.txt b/ansible_collections/cisco/asa/bindep.txt new file mode 100644 index 000000000..d2aad3752 --- /dev/null +++ b/ansible_collections/cisco/asa/bindep.txt @@ -0,0 +1,12 @@ +# This is a cross-platform list tracking distribution packages needed by tests; +# see https://docs.openstack.org/infra/bindep/ for additional information. + +gcc-c++ [doc test platform:rpm] +python3-devel [test platform:rpm] +python3 [test platform:rpm] + +# ansible-pylibssh +gcc [compile test platform:rpm] +libssh-devel [compile test platform:rpm] +python3-Cython [test platform:fedora-35] +python38-Cython [compile platform:centos-8 platform:rhel-8] |