[elbe-devel] [PATCH stable 1/3] Add missing dependency to the README.

Richard Cochran richardcochran at gmail.com
Sat Dec 22 22:53:22 CET 2018


When using elbe directly from git under debian or ubuntu, there are a
number of dependencies that must be installed.  The README has a list
of these, but python-debian is not present.  This patch fixes the
issue by adding the missing package.

Signed-off-by: Richard Cochran <richardcochran at gmail.com>
---
 README.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.adoc b/README.adoc
index 9b7e8fb4..c31f0620 100644
--- a/README.adoc
+++ b/README.adoc
@@ -13,7 +13,7 @@ Software Dependencies
 ---------------------
 If using ELBE from git repository directly, you'll need following packages installed:
 
-    apt install python python-mako python-lxml python-apt python-gpgme python-pyme python-suds tmux qemu-utils qemu-kvm p7zip-full make
+    apt install python python-debian python-mako python-lxml python-apt python-gpgme python-pyme python-suds tmux qemu-utils qemu-kvm p7zip-full make
 
 
 Crash Course
-- 
2.11.0




More information about the elbe-devel mailing list