diff options
author | Jordan Petridis <jordanpetridis@protonmail.com> | 2018-07-14 13:37:14 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-07-20 00:54:39 +0100 |
commit | 96d07153b7817cdaeda57dd163eed52b2b1b31e8 (patch) | |
tree | f2a361017d007df49c8ff79312a59fb307464dd8 /doc | |
parent | 709b9bca58ac5ac82321b95caa6a4582c1698c36 (diff) | |
download | buildstream-96d07153b7817cdaeda57dd163eed52b2b1b31e8.tar.gz |
Docs: Update the required build packages for fedora based systems.
`ruamel.yaml` seems to require `Python.h` header file to build.
`python3-devel` is what provides it for Fedora.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/install_linux_distro.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/install_linux_distro.rst b/doc/source/install_linux_distro.rst index 593a6f233..093994192 100644 --- a/doc/source/install_linux_distro.rst +++ b/doc/source/install_linux_distro.rst @@ -90,7 +90,7 @@ For recent fedora systems, the following line should get you the system requirements you need:: dnf install -y fuse ostree bubblewrap git \ - python3 python3-pip python3-gobject python3-psutil + python3 python3-devel python3-pip python3-gobject python3-psutil Installing |