[elbe-devel] [PATCH] Fix python package dependencies
bage at linutronix.de
bage at linutronix.de
Sat Mar 2 16:43:23 CET 2019
From: Bastian Germann <bage at linutronix.de>
There is no pytz import, so remove it from the dependencies.
elbepack.debianize.uboot imports pkg_resources which is not
in elbe-debianize's dependencies, so add it.
Signed-off-by: Bastian Germann <bage at linutronix.de>
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index f156e300..4749a5d3 100644
--- a/debian/control
+++ b/debian/control
@@ -89,7 +89,8 @@ Depends: ${misc:Depends},
libparse-debcontrol-perl,
python-elbe-common (= ${binary:Version}),
python-mako,
- python-npyscreen
+ python-npyscreen,
+ python-pkg-resources
Description: Wizard for debian foler generation
Assists users in generating a debianization for a given source code project.
@@ -248,7 +249,6 @@ Depends: ${misc:Depends},
python (>= 2.7~),
python-elbe-common (= ${binary:Version}),
python-lxml (>= 2.3.2-1),
- python-tz (>= 2012c-1),
python-pyinotify,
python-apt,
python-suds,
--
2.11.0
More information about the elbe-devel
mailing list