From 49db50bfb32521c327ae90bc133516cf343a0c2d Mon Sep 17 00:00:00 2001 From: Grzegorz Grasza Date: Mon, 21 Feb 2022 16:11:36 +0100 Subject: [PATCH] Fix bindep for current rpm based distributions python-devel is no longer available in current RPM based distributions. This was tested with centos7, rhel7, rhel8, fedora35. Change-Id: I4a2e6886af6d6862f25957e7bb206a5fc9664d90 --- bindep.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindep.txt b/bindep.txt index 138de945..6d2470ac 100644 --- a/bindep.txt +++ b/bindep.txt @@ -3,7 +3,7 @@ build-essential [platform:dpkg test] python-dev [platform:dpkg test] -python-devel [platform:rpm test] +python3-devel [platform:rpm test] libkrb5-dev [platform:dpkg test] krb5-devel [platform:rpm test] libxml2-dev [platform:dpkg]