projects
/
linux-2.6-microblaze.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a7da74
)
scripts: sphinx-pre-install: fix OpenMandriva support
author
Mauro Carvalho Chehab
<mchehab+huawei@kernel.org>
Tue, 12 Aug 2025 15:52:37 +0000
(17:52 +0200)
committer
Jonathan Corbet
<corbet@lwn.net>
Wed, 13 Aug 2025 16:19:16 +0000
(10:19 -0600)
OpenMandriva Lx 4.3 has different package names for ImageMagick
and yaml. Fix them to ensure that system setup will pass.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link:
https://lore.kernel.org/r/0b4e7aa88c96e6a5b8f2e6f381b3e21124680d33.1754992972.git.mchehab+huawei@kernel.org
scripts/sphinx-pre-install.py
patch
|
blob
|
history
diff --git
a/scripts/sphinx-pre-install.py
b/scripts/sphinx-pre-install.py
index
94f3d2e
..
2f6036e
100755
(executable)
--- a/
scripts/sphinx-pre-install.py
+++ b/
scripts/sphinx-pre-install.py
@@
-647,6
+647,11
@@
class SphinxDependencyChecker:
packager_cmd = "dnf install"
noto_sans = "noto-sans-cjk-fonts"
tex_pkgs = ["texlive-collection-fontsextra"]
+
+ # Tested on OpenMandriva Lx 4.3
+ progs["convert"] = "imagemagick"
+ progs["yaml"] = "python-pyyaml"
+
else:
packager_cmd = "urpmi"
noto_sans = "google-noto-sans-cjk-ttc-fonts"