mirror of
https://github.com/torvalds/linux.git
synced 2026-03-14 00:56:20 +01:00
scripts: sphinx-pre-install: fix Leap support for rsvg-convert
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@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/6fcc94533d860e2f6f4f2c7d6ceb6cca70f48bb6.1754992972.git.mchehab+huawei@kernel.org
This commit is contained in:
parent
cccc538981
commit
8b18e86f6c
1 changed files with 0 additions and 4 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue