[elbe-devel] [PATCH 1/2] debian: prefer python3-elbe-bin

Torben Hohn torben.hohn at linutronix.de
Thu Jul 16 10:48:45 CEST 2020


On the host side, we can already fade out python2 support.
Prefer python3-elbe-bin.

This will make elbe-ci use python3 now.
The python2 version is still used inside the initvm.

Signed-off-by: Torben Hohn <torben.hohn at linutronix.de>
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index cb993e97c..08de9bf03 100644
--- a/debian/control
+++ b/debian/control
@@ -112,8 +112,8 @@ Description: Wizard for debian folder generation
 Package: elbe
 Architecture: all
 Depends: ${misc:Depends},
-  python-elbe-bin (= ${binary:Version}) | python3-elbe-bin (= ${binary:Version}),
-  python-elbe-control (= ${binary:Version}) | python3-elbe-control (= ${binary:Version}),
+  python3-elbe-bin (= ${binary:Version}) | python-elbe-bin (= ${binary:Version}),
+  python3-elbe-control (= ${binary:Version}) | python-elbe-control (= ${binary:Version}),
   qemu-utils,
   qemu-kvm (>= 1:2.1),
   p7zip-full,
-- 
2.20.1



More information about the elbe-devel mailing list