From 6fb57fb5fcddc6ba57404b3b0f106db0168d3187 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 22 Apr 2021 15:27:39 -0400 Subject: [PATCH] Add bindep.txt file for execution environments This will be used by ansible-builder, for people creating EEs. Signed-off-by: Paul Belanger --- awx_collection/bindep.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 awx_collection/bindep.txt diff --git a/awx_collection/bindep.txt b/awx_collection/bindep.txt new file mode 100644 index 0000000000..4fc7215821 --- /dev/null +++ b/awx_collection/bindep.txt @@ -0,0 +1,8 @@ +# This is a cross-platform list tracking distribution packages needed by tests; +# see https://docs.openstack.org/infra/bindep/ for additional information. + +python38-pytz [platform:centos-8 platform:rhel-8] + +# awxkit +python38-requests [platform:centos-8 platform:rhel-8] +python38-pyyaml [platform:centos-8 platform:rhel-8]