diff mbox series

[v2,22/24] package/kmod: drop python support

Message ID 20231105202555.359391-22-adam.duskett@amarulasolutions.com
State Accepted
Headers show
Series [v2,01/24] package/python3: use upstream build system to disable berkeleydb module | expand

Commit Message

Adam Duskett Nov. 5, 2023, 8:25 p.m. UTC
The python bindings provided by kmod were last updated 9 years ago.
  - They are not compatible with Python 3.12.
  - No major distribution uses this option.

Remove the option.

Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>
---
v1 -> v2: Add this patch to the series

 package/kmod/kmod.mk | 5 -----
 1 file changed, 5 deletions(-)

Comments

Yann E. MORIN Nov. 9, 2023, 9:28 p.m. UTC | #1
Adam, All,

On 2023-11-05 13:25 -0700, Adam Duskett spake thusly:
> The python bindings provided by kmod were last updated 9 years ago.
>   - They are not compatible with Python 3.12.
>   - No major distribution uses this option.
> 
> Remove the option.
> 
> Signed-off-by: Adam Duskett <adam.duskett@amarulasolutions.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
> v1 -> v2: Add this patch to the series
> 
>  package/kmod/kmod.mk | 5 -----
>  1 file changed, 5 deletions(-)
> 
> diff --git a/package/kmod/kmod.mk b/package/kmod/kmod.mk
> index dae84611fe..d83fb85a3e 100644
> --- a/package/kmod/kmod.mk
> +++ b/package/kmod/kmod.mk
> @@ -62,11 +62,6 @@ else
>  KMOD_CONF_OPTS += --without-openssl
>  endif
>  
> -ifeq ($(BR2_PACKAGE_PYTHON3),y)
> -KMOD_DEPENDENCIES += python3
> -KMOD_CONF_OPTS += --enable-python
> -endif
> -
>  ifeq ($(BR2_PACKAGE_KMOD_TOOLS),y)
>  
>  # add license info for kmod tools
> -- 
> 2.41.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
diff mbox series

Patch

diff --git a/package/kmod/kmod.mk b/package/kmod/kmod.mk
index dae84611fe..d83fb85a3e 100644
--- a/package/kmod/kmod.mk
+++ b/package/kmod/kmod.mk
@@ -62,11 +62,6 @@  else
 KMOD_CONF_OPTS += --without-openssl
 endif
 
-ifeq ($(BR2_PACKAGE_PYTHON3),y)
-KMOD_DEPENDENCIES += python3
-KMOD_CONF_OPTS += --enable-python
-endif
-
 ifeq ($(BR2_PACKAGE_KMOD_TOOLS),y)
 
 # add license info for kmod tools