ubuntu/debian alleged doc-building packages seems inaccurate
"Robert P. J. Day" <[email protected]>
| Newsgroups | org.yoctoproject.lists.docs |
|---|---|
| Message-ID | <[email protected]> |
here:
https://docs.yoctoproject.org/ref-manual/system-requirements.html#ubuntu-and-debian
we are told:
Here are the packages needed to build Project documentation manuals:
sudo apt install git librsvg2-bin locales make python3-saneyaml
python3-pip python3-venv
i've been building HTML docs all this time on my debian 13 system,
without:
- python3-pip
- python3-saneyaml
- python3-venv
also (as should be obvious), i refuse to install python3 packages via
"pip", choosing instead to install then as debian python3-* packages.
so far, it's working out fine.
rday