fixes rhel condition

This commit is contained in:
Than Ngo 2023-01-12 14:59:37 +01:00
parent 693308c0fa
commit a429224803
1 changed files with 1 additions and 1 deletions

View File

@ -610,7 +610,7 @@ BuildRequires: python3-devel
BuildRequires: python3-zipp
BuildRequires: python3-simplejson
%if 0%{?rhel} <= 8
%if 0%{?rhel} == 7 || 0%{?rhel} == 8
BuildRequires: python3-dataclasses
%endif