From fcab9fb7176808c0ef1d0b1568de382ca9cc662d Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Sun, 14 May 2017 15:50:27 +0200 Subject: [PATCH] Add requirement for netdisco --- source/_docs/installation/fedora.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_docs/installation/fedora.markdown b/source/_docs/installation/fedora.markdown index 8e5ffdd6df4..645a76b3e5c 100644 --- a/source/_docs/installation/fedora.markdown +++ b/source/_docs/installation/fedora.markdown @@ -14,7 +14,7 @@ footer: true Install the development package of Python. ```bash -$ sudo dnf -y install python3-devel +$ sudo dnf -y install python3-devel redhat-rpm-config ``` and Home Assistant itself.