From 6a13a6997c7fb29cab58f9f2da919216660a9938 Mon Sep 17 00:00:00 2001 From: michalskrivanek Date: Tue, 20 Sep 2022 13:23:28 +0200 Subject: [PATCH] require python 3.9 jmespath on el9 builds --- ovirt-engine-metrics.spec.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ovirt-engine-metrics.spec.in b/ovirt-engine-metrics.spec.in index 99f6635..0a39ad2 100644 --- a/ovirt-engine-metrics.spec.in +++ b/ovirt-engine-metrics.spec.in @@ -37,7 +37,12 @@ BuildArch: noarch Url: http://www.ovirt.org Requires: ansible-core >= 2.12 +%if 0%{?rhel} < 9 Requires: python38-jmespath +%else +Requires: python3-jmespath +%endif + Requires: rhel-system-roles >= 1.11.0-1 %description