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

Bastian Germann bage at linutronix.de
Thu Jul 16 11:04:21 CEST 2020


Am 16.07.20 um 10:48 schrieb Torben Hohn:
> 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>

Reviewed-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 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,
> 


More information about the elbe-devel mailing list