summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJordan Petridis <jordanpetridis@protonmail.com>2018-07-14 13:37:14 +0000
committerJavier Jardón <jjardon@gnome.org>2018-07-20 00:54:39 +0100
commit96d07153b7817cdaeda57dd163eed52b2b1b31e8 (patch)
treef2a361017d007df49c8ff79312a59fb307464dd8
parent709b9bca58ac5ac82321b95caa6a4582c1698c36 (diff)
downloadbuildstream-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.
-rw-r--r--doc/source/install_linux_distro.rst2
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