17
0

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:
2022-09-15 03:14:13 +00:00
committed by Git OBS Bridge
parent 0683bb6e3f
commit e3fbe65d7f
2 changed files with 13 additions and 0 deletions

View File

@@ -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>

View File

@@ -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