diff options
author | ansible-zuul[bot] <48994755+ansible-zuul[bot]@users.noreply.github.com> | 2019-10-31 05:42:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-31 05:42:10 +0000 |
commit | 3b241d1bec8f8aeabe39c41f14493db397d82dbe (patch) | |
tree | 3e875e54ab6877714ba077990113526572fa55c4 | |
parent | 2ba6494f42b547386ba61624770c16aecd2435e9 (diff) | |
parent | 515bd0500a7a66b29d34a949fb0835dd29b0b8fc (diff) | |
download | vyos-ansible-collection-3b241d1bec8f8aeabe39c41f14493db397d82dbe.tar.gz vyos-ansible-collection-3b241d1bec8f8aeabe39c41f14493db397d82dbe.zip |
Merge pull request #42 from pabelanger/temp/bindep
Add bindep.txt file
Reviewed-by: https://github.com/apps/ansible-zuul
-rw-r--r-- | bindep.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..ba9c980 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,6 @@ +# 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] |