From db0aafd465ed7b98d2f4d6c86cf8d78dffbee1b4 Mon Sep 17 00:00:00 2001
From: Joel <34544090+JoelKle@users.noreply.github.com>
Date: Tue, 8 Aug 2023 11:05:25 +0200
Subject: [PATCH] Update bindep.txt to support RHEL9

On RHEL9 the rpm package `python39-devel` doesn't exists. The real name is `python3-devel`.
---
 bindep.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/bindep.txt b/bindep.txt
index 641ec85..840876b 100644
--- a/bindep.txt
+++ b/bindep.txt
@@ -1,4 +1,5 @@
-python39-devel [platform:rpm compile]
+python3-devel [compile platform:rpm]
+python39-devel [compile platform:centos-8 platform:rhel-8]
 git-lfs [platform:rpm]
 python3-netaddr [platform:rpm]
 python3-lxml [platform:rpm]