From 9ee96263e9b7ae03c8a061cfecaa4e8fcda1bd87 Mon Sep 17 00:00:00 2001 From: Dobroslaw Zybort Date: Fri, 23 Nov 2018 06:34:35 +0100 Subject: [PATCH] Add missing libvirt system dependency installation Story: 2003347 Task: 24386 Change-Id: I0af9c8825795b9b8f315b62cbf8934ba5056ece5 --- docs/Libvirt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Libvirt.md b/docs/Libvirt.md index a2b06bfc..b77968a9 100644 --- a/docs/Libvirt.md +++ b/docs/Libvirt.md @@ -34,7 +34,7 @@ The Libvirt plugin provides metrics for virtual machines when run on the hypervi ## Installation Install `libvirt` plugin system dependencies ``` -apt install libvirt-dev +apt install libvirt-dev pkg-config ``` Install `libvirt` plugin Python dependencies