[elbe-devel] [PATCH] debian/control add missing runtime dependency

Manuel Traut manut at linutronix.de
Fri Jun 30 14:26:20 CEST 2017


05c797acfcafd3e3345dda81dc13124ef86a32ec accidently removed python-gpgme

But it is needed. This avoids generating new initvms. Upgrading
exisiting initvms was still posible.

Signed-off-by: Manuel Traut <manut at linutronix.de>
---
 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index b200b46c..57191e26 100644
--- a/debian/control
+++ b/debian/control
@@ -33,6 +33,7 @@ Depends: ${misc:Depends},
   python (>= 2.7~),
   python-lxml,
   python-apt,
+  python-gpgme,
   python-pyme|python-gpg,
   wget,
   cpio
-- 
2.13.2





More information about the elbe-devel mailing list