Missing build requires (sync with upstream spec file)
This commit is contained in:
parent
0cf5da5469
commit
63aa4c9d2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user