From 0e037cdc75b0d1373417833c1e45c337da99230eba966b06e34ce0c381141a52 Mon Sep 17 00:00:00 2001 From: Matej Cepl Date: Tue, 19 Jul 2022 18:18:22 +0000 Subject: [PATCH] - (bsc#1201272) Add a missing dependency of latex subpackage on tex(tgtermes.sty). OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-Sphinx?expand=0&rev=212 --- python-Sphinx.changes | 6 ++++++ python-Sphinx.spec | 1 + 2 files changed, 7 insertions(+) diff --git a/python-Sphinx.changes b/python-Sphinx.changes index 3b473d5..bdfaa9a 100644 --- a/python-Sphinx.changes +++ b/python-Sphinx.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Tue Jul 19 18:05:49 UTC 2022 - Matej Cepl + +- (bsc#1201272) Add a missing dependency of latex subpackage on + tex(tgtermes.sty). + ------------------------------------------------------------------- Fri Jun 17 14:09:37 UTC 2022 - Martin Liška diff --git a/python-Sphinx.spec b/python-Sphinx.spec index 08f9777..010bb1c 100644 --- a/python-Sphinx.spec +++ b/python-Sphinx.spec @@ -167,6 +167,7 @@ Requires: tex(ptmr.tfm) Requires: tex(pzcmi.tfm) Requires: tex(tabulary.sty) Requires: tex(textcomp.sty) +Requires: tex(tgtermes.sty) Requires: tex(threeparttable.sty) Requires: tex(times.sty) Requires: tex(titlesec.sty)