Accepting request 1003660 from home:badshah400:branches:devel:languages:python
Add BuildRequires: python3-cssutils for all openSUSE versions, but specifically require version 2.0.0 and above for oS 1550 to avoid build failures. OBS-URL: https://build.opensuse.org/request/show/1003660 OBS-URL: https://build.opensuse.org/package/show/Documentation/cppreference-doc?expand=0&rev=12
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 15 02:54:34 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
- Add BuildRequires: python3-cssutils for all openSUSE versions,
|
||||
but specifically require version 2.0.0 and above for oS 1550 to
|
||||
avoid build failures.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 10 19:53:18 UTC 2022 - Atri Bhattacharya <badshah400@gmail.com>
|
||||
|
||||
|
||||
@@ -27,6 +27,12 @@ Source0: https://github.com/PeterFeicht/%{name}/releases/download/v%{vers
|
||||
BuildRequires: devhelp
|
||||
BuildRequires: fdupes
|
||||
BuildRequires: libqt5-qttools
|
||||
%if 0%{?suse_version} < 1550
|
||||
BuildRequires: python3-cssutils
|
||||
%else
|
||||
# At least version 2.0.0 of cssutils is required for building on oS 1550
|
||||
BuildRequires: python3-cssutils >= 2.0.0
|
||||
%endif
|
||||
BuildRequires: python3-lxml
|
||||
BuildRequires: python3-premailer
|
||||
BuildArch: noarch
|
||||
|
||||
Reference in New Issue
Block a user