Missing build requires (sync with upstream spec file)

This commit is contained in:
Pavel Raiskup 2023-05-14 14:36:33 +02:00
parent 0cf5da5469
commit 63aa4c9d2e

View File

@ -38,6 +38,8 @@ Source0: https://github.com/praiskup/%name/releases/download/v%version/%n
%if %{with python2}
BuildRequires: python2-setuptools python2-devel
BuildRequires: python2-packaging
BuildRequires: python2-toml
%if %{with check}
%if 0%{?rhel} && 0%{?rhel} == 7
BuildRequires: pytest
@ -49,6 +51,8 @@ BuildRequires: python2-pytest
%if %{with python3}
BuildRequires: python3-setuptools python3-devel
BuildRequires: python3-packaging
BuildRequires: python3-toml
%if %{with check}
BuildRequires: python3-pytest
%endif