[v2,1/1] fix: remove not-needed python3-distutils from wic deps

Message ID 20240801064613.241598-1-felix.moessbauer@siemens.com
State Accepted, archived
Headers show
Series [v2,1/1] fix: remove not-needed python3-distutils from wic deps | expand

Commit Message

MOESSBAUER, Felix Aug. 1, 2024, 6:46 a.m. UTC
The python3-distutils package currently does not exist in debian trixie,
breaking the build. As this dependency is no longer needed since
20af1e279835, this patch drops it.

Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
---
 meta/conf/distro/debian-common.conf | 1 -
 1 file changed, 1 deletion(-)

Comments

Uladzimir Bely Aug. 14, 2024, 6:54 a.m. UTC | #1
On Thu, 2024-08-01 at 08:46 +0200, 'Felix Moessbauer' via isar-users
wrote:
> The python3-distutils package currently does not exist in debian
> trixie,
> breaking the build. As this dependency is no longer needed since
> 20af1e279835, this patch drops it.
> 
> Signed-off-by: Felix Moessbauer <felix.moessbauer@siemens.com>
> ---
>  meta/conf/distro/debian-common.conf | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/meta/conf/distro/debian-common.conf
> b/meta/conf/distro/debian-common.conf
> index d8556964..8c6a3f63 100644
> --- a/meta/conf/distro/debian-common.conf
> +++ b/meta/conf/distro/debian-common.conf
> @@ -18,7 +18,6 @@ IMAGER_INSTALL:wic += "parted \
>                         dosfstools \
>                         mtools \
>                         e2fsprogs \
> -                       python3-distutils \
>                         bmap-tools \
>                         tar \
>                         fdisk"
> -- 
> 2.39.2
> 

Applied to next, thanks.

Patch

diff --git a/meta/conf/distro/debian-common.conf b/meta/conf/distro/debian-common.conf
index d8556964..8c6a3f63 100644
--- a/meta/conf/distro/debian-common.conf
+++ b/meta/conf/distro/debian-common.conf
@@ -18,7 +18,6 @@  IMAGER_INSTALL:wic += "parted \
                        dosfstools \
                        mtools \
                        e2fsprogs \
-                       python3-distutils \
                        bmap-tools \
                        tar \
                        fdisk"