From 9c0d502b19073ba5f4d849ea58706143d4cb64da Mon Sep 17 00:00:00 2001 From: Purandhar Sairam Mannidi Date: Sat, 3 Oct 2020 21:55:56 +1000 Subject: [PATCH] include 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: I84c5e7c64cb418f73ce84ea603e6d7025ff5c36f --- bindep.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bindep.txt b/bindep.txt index 6f36c352f9f..f6d6933ed6a 100644 --- a/bindep.txt +++ b/bindep.txt @@ -1,6 +1,8 @@ # This file contains runtime (non-python) dependencies # More info at: http://docs.openstack.org/infra/bindep/readme.html +python36-devel [platform:rpm] + # tools/misc-sanity-checks.sh validates .po[t] files gettext [test]