[PATCH v2 16/39] scripts: sphinx-pre-install: fix Leap support for rsvg-convert
From: Mauro Carvalho Chehab
Date: Tue Aug 12 2025 - 12:01:44 EST
There is a test logic meant to be for Leap, renaming rsvg-convert
package. Well, at least on latest Leap releases, this is wrong,
causing install to fail. Drop it.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@xxxxxxxxxx>
---
scripts/sphinx-pre-install.py | 4 ----
1 file changed, 4 deletions(-)
diff --git a/scripts/sphinx-pre-install.py b/scripts/sphinx-pre-install.py
index 6a244105f7ef..6b5f9eda91bb 100755
--- a/scripts/sphinx-pre-install.py
+++ b/scripts/sphinx-pre-install.py
@@ -566,10 +566,6 @@ class SphinxDependencyChecker:
"yaml": "python3-pyyaml",
}
- # On Tumbleweed, this package is also named rsvg-convert
- if not re.search(r"Tumbleweed", self.system_release):
- progs["rsvg-convert"] = "rsvg-view"
-
suse_tex_pkgs = [
"texlive-babel-english",
"texlive-caption",
--
2.50.1