diff mbox series

host_packages_scripts/ubuntu_docs.sh: remove python3-saneyaml

Message ID 20260622-remove-saneyaml-dependency-v1-1-5ff9f1f37db0@bootlin.com
State Under Review
Headers show
Series host_packages_scripts/ubuntu_docs.sh: remove python3-saneyaml | expand

Commit Message

Antonin Godard June 22, 2026, 8:16 a.m. UTC
This Python module is not used anywhere in our codebase, remove it.

Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
---
 documentation/tools/build-docs-container                 | 1 -
 documentation/tools/host_packages_scripts/ubuntu_docs.sh | 2 +-
 2 files changed, 1 insertion(+), 2 deletions(-)


---
base-commit: 97e949dd2ed6ec7af05e355e755723687ad57c09
change-id: 20260622-remove-saneyaml-dependency-3e7463e4553f

Comments

Quentin Schulz June 22, 2026, 8:26 a.m. UTC | #1
Hi Antonin,

On 6/22/26 10:16 AM, Antonin Godard via lists.yoctoproject.org wrote:
> This Python module is not used anywhere in our codebase, remove it.
> 
> Reported-by: Robert P. J. Day <rpjday@crashcourse.ca>
> Signed-off-by: Antonin Godard <antonin.godard@bootlin.com>
> ---
>   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"*|\

Does this mean we can build on Debian Bullseye again?

Cheers,
Quentin
diff mbox series

Patch

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