From 515bd0500a7a66b29d34a949fb0835dd29b0b8fc Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Wed, 30 Oct 2019 21:20:02 -0400 Subject: Add bindep.txt file This adds the required distro packages needed to compile wheels. Signed-off-by: Paul Belanger --- bindep.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 bindep.txt (limited to 'bindep.txt') 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] -- cgit v1.2.3