py-consul: Add missing BR for RHEL 8
authorDevrim Gunduz <devrim@gunduz.org>
Thu, 17 Apr 2025 08:49:30 +0000 (11:49 +0300)
committerDevrim Gunduz <devrim@gunduz.org>
Thu, 17 Apr 2025 08:49:30 +0000 (11:49 +0300)
rpm/redhat/main/common/py-consul/main/py-consul.spec

index e1e9619e2c8ac78336314e877c27b81c7816bb77..96d0ad6bc10c15dbd6a6edde52c10b3bf8f42816 100644 (file)
@@ -10,6 +10,9 @@ Source0:      https://github.com/criteo/%{name}/archive/refs/tags/v%{version}.tar.gz
 
 BuildRequires: python3-devel python3-wheel
 
+%if 0%{?rhel} == 8
+BuildRequires: python39-wheel
+%endif
 %if 0%{?fedora} >= 40 || 0%{?rhel} >= 9
 BuildRequires: pyproject-rpm-macros
 %endif