From f0f0b0a2e2be67d5223c7bbc37960de79fbb9c99 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Tue, 14 Sep 2021 07:54:33 -0400 Subject: [PATCH] Add bindep.txt file for execution environments This adds rsync to the bindep.txt file, which will ensure rsync is installed as a dependency for execution environments. Signed-off-by: Paul Belanger --- bindep.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..6632897 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,4 @@ +# This is a cross-platform list tracking distribution packages needed by tests; +# see https://docs.openstack.org/infra/bindep/ for additional information. + +rsync [platform:centos-8 platform:rhel-8]