From 1461311fdca9e2810614909cf7ee33438260cf118c2c441c6a7432857e12a249 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Fri, 13 Nov 2020 17:22:02 +0000 Subject: [PATCH] Accepting request 848384 from home:mcepl:branches:devel:languages:python:Factory - Don't require packages which break build on SLE-15 although we really don't need them (python3-python-docs-theme and python3-sphinxcontrib-qthelp). OBS-URL: https://build.opensuse.org/request/show/848384 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python39?expand=0&rev=33 --- python39.changes | 7 +++++++ python39.spec | 2 ++ 2 files changed, 9 insertions(+) diff --git a/python39.changes b/python39.changes index 151bf78..e3fdb4d 100644 --- a/python39.changes +++ b/python39.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Fri Nov 13 17:20:08 UTC 2020 - Matej Cepl + +- Don't require packages which break build on SLE-15 although we really + don't need them (python3-python-docs-theme and + python3-sphinxcontrib-qthelp). + ------------------------------------------------------------------- Fri Oct 9 16:05:50 UTC 2020 - Dominique Leuenberger diff --git a/python39.spec b/python39.spec index cd2e035..c69ed70 100644 --- a/python39.spec +++ b/python39.spec @@ -162,9 +162,11 @@ BuildRequires: pkgconfig(libtirpc) # Here we just run sphinx and we can use generic one, we don't need # the flavor variant BuildRequires: python3-Sphinx < 3.0 +%if 0%{?suse_version} > 1500 BuildRequires: python3-python-docs-theme BuildRequires: python3-sphinxcontrib-qthelp >= 1.0.2 %endif +%endif %if %{with general} # required for idle3 (.desktop and .appdata.xml files) BuildRequires: appstream-glib