From 4ac821f4970a603619e243aad3512fadfa6b2d6a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miro=20Hron=C4=8Dok?= Date: Thu, 29 Jan 2026 13:53:44 +0100 Subject: [PATCH] latex: Drop unnecessary requirement on obsoleted substitutefont It is used *conditionally* in sphinx/texinputs/sphinxpackagesubstitutefont.sty. See https://bugzilla.redhat.com/show_bug.cgi?id=2433763#c1 for details, quoted here in case the reference gets lost in the future: Tom "spot" Callaway from comment #1: > python-sphinx [...] has a BuildRequires: tex(substitutefont.sty), > but that component is no longer upstream. > Sure enough, sphinx doesn't actually depend on the obsoleted > substitutefont tex component (anymore) and has created a wrapper > in sphinx/texinputs/sphinxpackagesubstitutefont.sty. --- python-sphinx.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-sphinx.spec b/python-sphinx.spec index ed77d83..2b29abd 100644 --- a/python-sphinx.spec +++ b/python-sphinx.spec @@ -144,7 +144,6 @@ BuildRequires: tex(parskip.sty) BuildRequires: tex(pict2e.sty) BuildRequires: tex(polyglossia.sty) BuildRequires: tex(remreset.sty) -BuildRequires: tex(substitutefont.sty) BuildRequires: tex(tabulary.sty) BuildRequires: tex(textalpha.sty) BuildRequires: tex(textcomp.sty) @@ -309,7 +308,6 @@ Requires: tex(parskip.sty) Requires: tex(pict2e.sty) Requires: tex(polyglossia.sty) Requires: tex(remreset.sty) -Requires: tex(substitutefont.sty) Requires: tex(tabulary.sty) Requires: tex(textalpha.sty) Requires: tex(textcomp.sty)