From 7af05ebcdc3801aa96dab6e2fc89fe21eb700cc4 Mon Sep 17 00:00:00 2001 From: Tristan Cacqueray Date: Thu, 11 Mar 2021 17:29:24 +0000 Subject: [PATCH] bindep.txt: skip python-devel for el8 platform The python-devel package is not available on this platform. Change-Id: I966c313d6dd0282b495fdeae4e92bbbe9b4d8fe3 --- bindep.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index 98664f56d..aa89ce894 100644 --- a/bindep.txt +++ b/bindep.txt @@ -6,5 +6,5 @@ python3-dev [test platform:dpkg platform:apk] # Required for subprocess32 python2-devel [test platform:fedora] -python-devel [test platform:rpm !platform:fedora !platform:centos-8] +python-devel [test platform:rpm !platform:fedora !platform:centos-8 !platform:rhel-8] python-dev [test platform:dpkg platform:apk]