From: Mauro Carvalho Chehab Date: Mon, 22 Sep 2025 11:27:38 +0000 (+0200) Subject: tools/docs: sphinx-build-wrapper: fix compat with recent Tumbleweed X-Git-Tag: v6.19-rc1~184^2~60^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=35b9d338e40142c71b7270cc69b2b5fa1f24cc29;p=thirdparty%2Fkernel%2Flinux.git tools/docs: sphinx-build-wrapper: fix compat with recent Tumbleweed On recent versions of openSUSE Tumbleweed, sphinx-buildis is no longer a Python script, but something else. Such change is due to how it now handles alternatives: https://en.opensuse.org/openSUSE:Migrating_to_libalternatives_with_alts The most common approach that distros use for alternatives is via symlinks: lrwxrwxrwx 1 root root 22 out 31 2024 /usr/bin/java -> /etc/alternatives/java lrwxrwxrwx 1 root root 37 mar 5 2025 /etc/alternatives/java -> /usr/lib/jvm/java-21-openjdk/bin/java With such approach, one can sun the script with either: python3