* [PATCH] kbuild: deb-pkg: add python3:native to build dependency
@ 2024-11-23 8:26 Masahiro Yamada
2024-11-25 20:49 ` Nicolas Schier
0 siblings, 1 reply; 2+ messages in thread
From: Masahiro Yamada @ 2024-11-23 8:26 UTC (permalink / raw)
To: linux-kbuild
Cc: Masahiro Yamada, Nathan Chancellor, Nicolas Schier, linux-kernel
Python3 is necessary for running some scripts such as
drivers/gpu/drm/msm/registers/gen_header.py
Both scripts/package/kernel.spec and scripts/package/PKGBUILD already
list Python as the build dependency.
Do likewise for scripts/package/mkdebian.
Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
---
scripts/package/mkdebian | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/package/mkdebian b/scripts/package/mkdebian
index fc3b7fa709fc..4ffcc70f8e31 100755
--- a/scripts/package/mkdebian
+++ b/scripts/package/mkdebian
@@ -202,7 +202,7 @@ Build-Depends-Arch: bc, bison, cpio, flex,
gcc-${host_gnu} <!pkg.${sourcename}.nokernelheaders>,
kmod, libelf-dev:native,
libssl-dev:native, libssl-dev <!pkg.${sourcename}.nokernelheaders>,
- rsync
+ python3:native, rsync
Homepage: https://www.kernel.org/
Package: $packagename-$version
--
2.43.0
^ permalink raw reply related [flat|nested] 2+ messages in thread* Re: [PATCH] kbuild: deb-pkg: add python3:native to build dependency
2024-11-23 8:26 [PATCH] kbuild: deb-pkg: add python3:native to build dependency Masahiro Yamada
@ 2024-11-25 20:49 ` Nicolas Schier
0 siblings, 0 replies; 2+ messages in thread
From: Nicolas Schier @ 2024-11-25 20:49 UTC (permalink / raw)
To: Masahiro Yamada; +Cc: linux-kbuild, Nathan Chancellor, linux-kernel
On Sat, Nov 23, 2024 at 05:26:45PM +0900, Masahiro Yamada wrote:
> Python3 is necessary for running some scripts such as
> drivers/gpu/drm/msm/registers/gen_header.py
>
> Both scripts/package/kernel.spec and scripts/package/PKGBUILD already
> list Python as the build dependency.
>
> Do likewise for scripts/package/mkdebian.
>
> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
> ---
>
> scripts/package/mkdebian | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/package/mkdebian b/scripts/package/mkdebian
> index fc3b7fa709fc..4ffcc70f8e31 100755
> --- a/scripts/package/mkdebian
> +++ b/scripts/package/mkdebian
> @@ -202,7 +202,7 @@ Build-Depends-Arch: bc, bison, cpio, flex,
> gcc-${host_gnu} <!pkg.${sourcename}.nokernelheaders>,
> kmod, libelf-dev:native,
> libssl-dev:native, libssl-dev <!pkg.${sourcename}.nokernelheaders>,
> - rsync
> + python3:native, rsync
> Homepage: https://www.kernel.org/
>
> Package: $packagename-$version
> --
> 2.43.0
>
>
Reviewed-by: Nicolas Schier <nicolas@fjasle.eu>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-11-25 20:49 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-11-23 8:26 [PATCH] kbuild: deb-pkg: add python3:native to build dependency Masahiro Yamada
2024-11-25 20:49 ` Nicolas Schier
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox