From 191ef2d97ccfc5f304f1958d27a1349a88e49d1b Mon Sep 17 00:00:00 2001 From: Wes Hayutin Date: Fri, 2 Oct 2020 14:34:02 -0600 Subject: [PATCH] include gcc,python36-devel in bindep, for tests as of https://review.opendev.org/#/c/751112/ py36 tests fail w/ psutil/_psutil_common.c:9:10: fatal error: Python.h: No such file or directory #include ^~~~~~~~~~ compilation terminated. error: command 'gcc' failed with exit status 1 Change-Id: Ib033f31c9dfad8e4006ce3a476bfddf4e0ba0078 --- bindep.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindep.txt b/bindep.txt index e379c56aab..b4cb591318 100644 --- a/bindep.txt +++ b/bindep.txt @@ -2,6 +2,8 @@ # see https://docs.openstack.org/infra/bindep/ for additional information. libssl-dev [platform:dpkg] openssl-devel [platform:rpm] +gcc [platform:rpm] +python36-devel [platform:rpm] # For SELinux libselinux-python [platform:rpm !platform:rhel-8 !platform:centos-8]