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 <Python.h>
              ^~~~~~~~~~
    compilation terminated.
    error: command 'gcc' failed with exit status 1

Change-Id: Ib033f31c9dfad8e4006ce3a476bfddf4e0ba0078
This commit is contained in:
Wes Hayutin 2020-10-02 14:34:02 -06:00 committed by Purandhar Sairam Mannidi
parent ba5638660a
commit 191ef2d97c
1 changed files with 2 additions and 0 deletions

View File

@ -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]