[elbe-devel] [PATCH 1/2] debian: add wget runtime dep to elbe-common
Manuel Traut
manut at linutronix.de
Thu Mar 23 13:58:06 CET 2017
wget is called in virtapt and pkgutils
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 8a3b288b..b32763d7 100644
--- a/debian/control
+++ b/debian/control
@@ -32,7 +32,8 @@ Depends: ${misc:Depends},
python-lxml,
python-apt,
python-gpgme,
- python-pyme
+ python-pyme,
+ wget
Description: common files
Common files for ELBE (embedded linux build environment). These
python-modules are shared by several elbe subcommands.
--
2.11.0
More information about the elbe-devel
mailing list