[elbe-devel] [PATCH v2 1/2] debian control: Satisfy mako deps in versioned pkgs
bage at linutronix.de
bage at linutronix.de
Fri Feb 7 12:50:25 CET 2020
From: Bastian Germann <bage at linutronix.de>
The mako dependency in the packages elbe and elbe-debianize can be satisfied
by having it installed in the wrong version. Move this dependency to the
python*-elbe-bin packages that carry only one python version.
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 e11754a71..03eefd4ce 100644
--- a/debian/control
+++ b/debian/control
@@ -45,6 +45,7 @@ Conflicts: elbe-common
Architecture: all
Depends: python-elbe-common (= ${binary:Version}),
python (>= 2.7~),
+ python-mako,
debian-archive-keyring (>= 2017.5+deb9u1)
Description: elbe executable
Common files for ELBE (embedded linux build environment). These
@@ -55,6 +56,7 @@ Conflicts: elbe-common
Architecture: all
Depends: python3-elbe-common (= ${binary:Version}),
python3,
+ python3-mako,
debian-archive-keyring (>= 2017.5+deb9u1)
Description: elbe executable
Common files for ELBE (embedded linux build environment). These
@@ -102,7 +104,6 @@ Depends: ${misc:Depends},
libdistro-info-perl,
libparse-debcontrol-perl,
python-elbe-common (= ${binary:Version}) | python3-elbe-common (= ${binary:Version}),
- python-mako | python3-mako,
python-urwid | python3-urwid,
python-pkg-resources | python3-pkg-resources
Description: Wizard for debian folder generation
@@ -115,7 +116,6 @@ Depends: ${misc:Depends},
python-elbe-control (= ${binary:Version}) | python3-elbe-control (= ${binary:Version}),
qemu-utils,
qemu-kvm (>= 1:2.1),
- python-mako | python3-mako,
p7zip-full,
make,
lsb-release
--
2.20.1
More information about the elbe-devel
mailing list