Re: [docs] [PATCH] host_packages_scripts/ubuntu_docs.sh: remove python3-saneyaml
Quentin Schulz <[email protected]>
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
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 <[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"*|\ Does this mean we can build on Debian Bullseye again? Cheers, Quentin