From a47ce92635096cd10f94a4e177f1ae60af8e27bb Mon Sep 17 00:00:00 2001 From: f380cedric Date: Tue, 8 Jun 2021 10:40:18 +0200 Subject: docs: Fix python3-ruamel.yaml name on RPM based OS The package is named python3-ruamel-yaml on RHEL & derivatives. Signed-off-by: Aaron Rossetto --- host/docs/build.dox.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'host/docs') diff --git a/host/docs/build.dox.in b/host/docs/build.dox.in index 9dee5bd80..8ce60ca76 100644 --- a/host/docs/build.dox.in +++ b/host/docs/build.dox.in @@ -133,11 +133,11 @@ Your actual command may differ. You can install all the dependencies through the package manager: - sudo yum -y install boost-devel libusb1-devel doxygen python3-docutils python3-mako python3-numpy python3-requests python3-ruamel.yaml python3-setuptools cmake make gcc gcc-c++ + sudo yum -y install boost-devel libusb1-devel doxygen python3-docutils python3-mako python3-numpy python3-requests python3-ruamel-yaml python3-setuptools cmake make gcc gcc-c++ or - sudo dnf -y install boost-devel libusb1-devel doxygen python3-docutils python3-mako python3-numpy python3-requests python3-ruamel.yaml python3-setuptools cmake make gcc gcc-c++ + sudo dnf -y install boost-devel libusb1-devel doxygen python3-docutils python3-mako python3-numpy python3-requests python3-ruamel-yaml python3-setuptools cmake make gcc gcc-c++ Your actual command may differ. -- cgit v1.2.3