From 96d07153b7817cdaeda57dd163eed52b2b1b31e8 Mon Sep 17 00:00:00 2001 From: Jordan Petridis Date: Sat, 14 Jul 2018 13:37:14 +0000 Subject: 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. --- doc/source/install_linux_distro.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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 -- cgit v1.2.1