Explicitly require python2-koji
The koji cli is now python 3, so we would be missing the libraries otherwise.
This commit is contained in:
parent
8fc356987f
commit
be047542a9
@ -22,6 +22,10 @@ BuildRequires: python2-dnf
|
||||
BuildRequires: python2-multilib
|
||||
BuildRequires: python2-libcomps
|
||||
|
||||
%if 0%{?fedora} >= 27
|
||||
BuildRequires: python2-koji
|
||||
%endif
|
||||
|
||||
#deps for doc building
|
||||
BuildRequires: python-sphinx, texlive-latex-bin-bin, texlive-collection-fontsrecommended
|
||||
BuildRequires: texlive-times, texlive-cmap, texlive-babel-english, texlive-fancyhdr
|
||||
@ -61,6 +65,10 @@ Requires: python2-dnf
|
||||
Requires: python2-multilib
|
||||
Requires: python2-libcomps
|
||||
|
||||
%if 0%{?fedora} >= 27
|
||||
Requires: python2-koji
|
||||
%endif
|
||||
|
||||
BuildArch: noarch
|
||||
|
||||
%description
|
||||
|
Loading…
Reference in New Issue
Block a user