summaryrefslogtreecommitdiffstats
path: root/documentation/poky.yaml
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2020-10-04 15:12:40 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-10-20 11:12:06 +0100
commitc04e9aa806d6d10d958e07e83aa23a505244eb71 (patch)
tree7df5696067d099cb1317b3d59e7c4aeb831687f3 /documentation/poky.yaml
parent5ab3c28b03e6571babaa7dd3dce4c2a2c613074a (diff)
downloadpoky-c04e9aa806d6d10d958e07e83aa23a505244eb71.tar.gz
docs: ref-manual: ref-system-requirements: update requirements to build Sphinx docs
Tested with containers on all supported distributions. Debian 8 (Jessie) still has Python3.4 and an old pip3, which makes it impossible to build typing module which is a requirement of "new" Sphinx python module. One cannot update to latest pip3 from within pip in Jessie's version. One cannot get a newer pip from upstream because newer pip don't support Python3.4 anymore. One cannot build with python3-sphinx package from Jessie because the package is too old (1.2.3) and does not have sphinx.ext.autosectionlabel module which appeared in 1.4 version. (From yocto-docs rev: 14da565986a573ac7e0b5c5943e55b7b74f99dd5) Signed-off-by: Quentin Schulz <foss@0leil.net> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/poky.yaml')
-rw-r--r--documentation/poky.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/poky.yaml b/documentation/poky.yaml
index 14f45055d7..d50b8321a3 100644
--- a/documentation/poky.yaml
+++ b/documentation/poky.yaml
@@ -86,3 +86,4 @@ CENTOS8_HOST_PACKAGES_ESSENTIAL : "-y epel-release
86 socat perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip \ 86 socat perl-Data-Dumper perl-Text-ParseWords perl-Thread-Queue python3-pip \
87 python3-GitPython python3-jinja2 python3-pexpect xz which SDL-devel xterm \ 87 python3-GitPython python3-jinja2 python3-pexpect xz which SDL-devel xterm \
88 rpcgen mesa-libGL-devel" 88 rpcgen mesa-libGL-devel"
89PIP3_HOST_PACKAGES_DOC : "$ sudo pip3 install sphinx sphinx_rtd_theme pyyaml"