From cb7558d16f1f1ddccf2b1cbfc647512cc9ff461a217d6c1a8d2b83815319ecaa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Fri, 10 Jul 2020 07:56:41 +0000 Subject: [PATCH] - For the doc package we can build with generic flavor, we don't need the our-interpreter based one OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:Factory/python38?expand=0&rev=5 --- python38.changes | 6 ++++++ python38.spec | 8 +++++--- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/python38.changes b/python38.changes index e05066c..1ab9f97 100644 --- a/python38.changes +++ b/python38.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 10 07:56:11 UTC 2020 - Tomáš Chvátal + +- For the doc package we can build with generic flavor, we don't + need the our-interpreter based one + ------------------------------------------------------------------- Fri Jul 10 07:18:53 UTC 2020 - Tomáš Chvátal diff --git a/python38.spec b/python38.spec index fefa94c..88eed7a 100644 --- a/python38.spec +++ b/python38.spec @@ -176,9 +176,11 @@ BuildRequires: libnsl-devel BuildRequires: libtirpc-devel %endif %if %{with doc} -BuildRequires: %{python_pkg_name}-Sphinx < 3.0 -BuildRequires: %{python_pkg_name}-python-docs-theme -BuildRequires: %{python_pkg_name}-sphinxcontrib-qthelp >= 1.0.2 +# Here we just run sphinx and we can use generic one, we don't need +# the flavor variant +BuildRequires: python3-Sphinx < 3.0 +BuildRequires: python3-python-docs-theme +BuildRequires: python3-sphinxcontrib-qthelp >= 1.0.2 %endif %if %{with general} # required for idle3 (.desktop and .appdata.xml files)