Skip to content

Commit 2c92441

Browse files
committed
The way we build debs requires setuptools
debbuild doesn't work when setuptools is not there
1 parent d5cf99e commit 2c92441

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package/python-kiwi-spec-template

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,10 @@ BuildRequires: python%{python3_pkgversion}-docopt >= 0.6.2
9696
%else
9797
BuildRequires: python%{python3_pkgversion}-docopt-ng
9898
%endif
99+
%if 0%{?debian} || 0%{?ubuntu}
100+
# only because of debbuild
101+
BuildRequires: python%{python3_pkgversion}-setuptools
102+
%endif
99103
BuildRequires: python%{python3_pkgversion}-lxml
100104
BuildRequires: python%{python3_pkgversion}-requests
101105
BuildRequires: python%{python3_pkgversion}-simplejson

0 commit comments

Comments
 (0)