diff options
author | Javier Jardón <jjardon@gnome.org> | 2018-01-05 09:54:08 +0000 |
---|---|---|
committer | Javier Jardón <jjardon@gnome.org> | 2018-01-05 09:54:08 +0000 |
commit | 390232ee6d96976e0330412e9cb26b7311390dc9 (patch) | |
tree | f5161954f9601345360c8c7f7dce60a35e40188c | |
parent | c9551eab009b3493dde8d9a038c1783a5c4c624c (diff) | |
download | buildstream-390232ee6d96976e0330412e9cb26b7311390dc9.tar.gz |
doc/source/install.rst: You need python3-ruamel-yaml package in Fedorajjardon/doc_install_fedora
-rw-r--r-- | doc/source/install.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/install.rst b/doc/source/install.rst index ecd51b952..9ada0bddc 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -82,7 +82,7 @@ For recent fedora systems, the following line should get you the system requirements you need:: dnf install -y bubblewrap fuse git python3-gobject \ - python3-psutil ostree + python3-psutil ostree python3-ruamel-yaml User installation with pip |