From ea7ba854d5562c9c56727f87258736d2e69d5346 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 19 May 2021 14:04:02 -0400 Subject: [PATCH] Add bindep.txt for ansible-builder This allows users to properly build openstacksdk when using ansible-builder. Signed-off-by: Paul Belanger Change-Id: I6cef73dedeac75a072309f7f2b6682906102a20d --- bindep.txt | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 00000000..46039574 --- /dev/null +++ b/bindep.txt @@ -0,0 +1,7 @@ +# This is a cross-platform list tracking distribution packages needed by tests; +# see https://docs.openstack.org/infra/bindep/ for additional information. + +gcc [compile platform:centos-8 platform:rhel-8] +python38-cryptography [platform:centos-8 platform:rhel-8] +python38-devel [compile platform:centos-8 platform:rhel-8] +python38-requests [platform:centos-8 platform:rhel-8]