File project.diff of Package python-Sphinx
--- python-Sphinx.changes.orig
+++ python-Sphinx.changes
@@ -1,4 +1,9 @@
-------------------------------------------------------------------
+Sun Oct 4 05:55:23 UTC 2020 - Hans-Peter Jansen <hpj@urpla.net>
+
+- enable latex tests: unfail testing
+
+-------------------------------------------------------------------
Mon Sep 28 13:45:37 UTC 2020 - Dirk Mueller <dmueller@suse.com>
- add sphinx-pygments-compat.patch (fix tests with newer pygments)
@@ -961,6 +966,11 @@ Tue Jun 4 11:37:51 UTC 2019 - Tomáš C
- Remove obsolete conditionals wrt 3.5+ only support
-------------------------------------------------------------------
+Thu Apr 18 18:24:20 UTC 2019 - Hans-Peter Jansen <hpj@urpla.net>
+
+- don't require Sphinx-latex in tests, if latex build is disabled
+
+-------------------------------------------------------------------
Wed Apr 10 20:43:43 UTC 2019 - Dirk Mueller <dmueller@suse.com>
- don't provide sphinx from test subpackage, it is for testing
--- python-Sphinx.spec.orig
+++ python-Sphinx.spec
@@ -22,6 +22,7 @@
%if "%{flavor}" == "test"
%define psuffix -test
%bcond_without test
+%bcond_without latex
%else
%define psuffix %{nil}
%bcond_with test
@@ -72,7 +73,9 @@ BuildArch: noarch
%if %{with test}
BuildRequires: %{python_module Cython}
BuildRequires: %{python_module Sphinx = %{version}}
+%if %{with latex}
BuildRequires: %{python_module Sphinx-latex = %{version}}
+%endif
BuildRequires: %{python_module html5lib}
BuildRequires: %{python_module mypy}
BuildRequires: %{python_module pytest}