aboutsummaryrefslogtreecommitdiffstats
path: root/host/docs/build.dox.in
diff options
context:
space:
mode:
authorf380cedric <f380cedric@users.noreply.github.com>2021-06-08 10:40:18 +0200
committerAaron Rossetto <aaron.rossetto@ni.com>2021-06-22 07:42:58 -0500
commita47ce92635096cd10f94a4e177f1ae60af8e27bb (patch)
tree03a18ea74e1c26e170ca9a0a78f5ac9e924b9825 /host/docs/build.dox.in
parent9a98ea91c862d5fb3b49091ddea37250bcfa2557 (diff)
downloaduhd-a47ce92635096cd10f94a4e177f1ae60af8e27bb.tar.gz
uhd-a47ce92635096cd10f94a4e177f1ae60af8e27bb.tar.bz2
uhd-a47ce92635096cd10f94a4e177f1ae60af8e27bb.zip
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 <aaron.rossetto@ni.com>
Diffstat (limited to 'host/docs/build.dox.in')
-rw-r--r--host/docs/build.dox.in4
1 files changed, 2 insertions, 2 deletions
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.