[PATCH] host_packages_scripts/ubuntu_docs.sh: remove python3-saneyaml
Antonin Godard <[email protected]>
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <20260622-remove-saneyaml-dependency-v1-1-5ff9f1f37db0@bootlin.com> |
This Python module is not used anywhere in our codebase, remove it. Reported-by: Robert P. J. Day <[email protected]> Signed-off-by: Antonin Godard <[email protected]> --- documentation/tools/build-docs-container | 1 - documentation/tools/host_packages_scripts/ubuntu_docs.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/tools/build-docs-container b/documentation/tools/build-docs-container index 37d3d2bb6..459daa6de 100755 --- a/documentation/tools/build-docs-container +++ b/documentation/tools/build-docs-container @@ -108,7 +108,6 @@ main () pip3=pip3_docs.sh repo=quay.io/centos ;; - # Missing python3-saneyaml # "debian:11"*|\ "debian:12"*|\ "debian:13"*) diff --git a/documentation/tools/host_packages_scripts/ubuntu_docs.sh b/documentation/tools/host_packages_scripts/ubuntu_docs.sh index db0743021..8522bb206 100644 --- a/documentation/tools/host_packages_scripts/ubuntu_docs.sh +++ b/documentation/tools/host_packages_scripts/ubuntu_docs.sh @@ -1 +1 @@ -sudo apt install git librsvg2-bin locales make python3-saneyaml python3-pip python3-venv +sudo apt install git librsvg2-bin locales make python3-pip python3-venv --- base-commit: 97e949dd2ed6ec7af05e355e755723687ad57c09 change-id: 20260622-remove-saneyaml-dependency-3e7463e4553f