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)