[elbe-devel] [PATCH 1/5] debian: add libvirt-daemon-system as runtime dep
Manuel Traut
manut at linutronix.de
Wed Aug 23 17:08:21 CEST 2017
To use the initvm a running libvirt daemon is needed.
If not available starting the initvm or attaching is no longer posible.
Signed-off-by: Manuel Traut <manut at linutronix.de>
---
debian/control | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index 52173680..fa12f1d6 100644
--- a/debian/control
+++ b/debian/control
@@ -146,7 +146,8 @@ Depends: ${misc:Depends},
python-suds,
python-debian,
elbe-common (= ${binary:Version}),
- libvirt-clients
+ libvirt-clients,
+ libvirt-daemon-system
Description: Commandline Tool to control an elbe buildenv
The SOAP Interface is used to control an elbe buildenv.
--
2.14.1
More information about the elbe-devel
mailing list