From 199b641f32961d4f779414c7739913009ec93eb1 Mon Sep 17 00:00:00 2001 From: Mark Feit Date: Wed, 21 Feb 2024 18:22:54 +0000 Subject: [PATCH] Don't build python-jsonschema on EL9+. #394 --- unibuild-order | 1 + 1 file changed, 1 insertion(+) diff --git a/unibuild-order b/unibuild-order index 676caa9d6..7b0a392dd 100755 --- a/unibuild-order +++ b/unibuild-order @@ -74,6 +74,7 @@ ifelse(DISTRO/eval(MAJOR > 19),Ubuntu/1,, # Ubuntu 20 has a newer version of th python-nmap3 ifelse(DISTRO/eval(MAJOR > 19),Ubuntu/1,, # Ubuntu 20 has a newer version of this. DISTRO/eval(MAJOR > 10),Debian/1,, # As does Debian 11. + FAMILY/eval(MAJOR > 8),RedHat/1,, # As does EL9+ python-jsonschema) python-kafka python-nmap3