We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cf99e commit 2c92441Copy full SHA for 2c92441
package/python-kiwi-spec-template
@@ -96,6 +96,10 @@ BuildRequires: python%{python3_pkgversion}-docopt >= 0.6.2
96
%else
97
BuildRequires: python%{python3_pkgversion}-docopt-ng
98
%endif
99
+%if 0%{?debian} || 0%{?ubuntu}
100
+# only because of debbuild
101
+BuildRequires: python%{python3_pkgversion}-setuptools
102
+%endif
103
BuildRequires: python%{python3_pkgversion}-lxml
104
BuildRequires: python%{python3_pkgversion}-requests
105
BuildRequires: python%{python3_pkgversion}-simplejson
0 commit comments