All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/libiio: fix python build
@ 2021-09-05 19:26 Fabrice Fontaine
  2021-09-11 14:18 ` Arnout Vandecappelle
  0 siblings, 1 reply; 2+ messages in thread
From: Fabrice Fontaine @ 2021-09-05 19:26 UTC (permalink / raw)
  To: buildroot; +Cc: Paul Cercueil, Fabrice Fontaine

python bindings needs setuptools since bump to version 0.23 in commit
50b6d7d69f880e940d7c281c493a6a6694d6ebe3 and
https://github.com/analogdevicesinc/libiio/commit/21023a538b125dee966bf496dcad019ee20967bd

Fixes:
 - http://autobuild.buildroot.org/results/a26cce9760c75c44ebdcf21dfb4a69aad5702de4

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/libiio/libiio.mk | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/libiio/libiio.mk b/package/libiio/libiio.mk
index aec251e9a1..8c2e126592 100644
--- a/package/libiio/libiio.mk
+++ b/package/libiio/libiio.mk
@@ -71,9 +71,9 @@ endif
 
 ifeq ($(BR2_PACKAGE_LIBIIO_BINDINGS_PYTHON),y)
 ifeq ($(BR2_PACKAGE_PYTHON),y)
-LIBIIO_DEPENDENCIES += python
+LIBIIO_DEPENDENCIES += host-python-setuptools python
 else ifeq ($(BR2_PACKAGE_PYTHON3),y)
-LIBIIO_DEPENDENCIES += python3
+LIBIIO_DEPENDENCIES += host-python3-setuptools python3
 endif
 LIBIIO_CONF_OPTS += -DPYTHON_BINDINGS=ON
 else
-- 
2.33.0

_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [Buildroot] [PATCH 1/1] package/libiio: fix python build
  2021-09-05 19:26 [Buildroot] [PATCH 1/1] package/libiio: fix python build Fabrice Fontaine
@ 2021-09-11 14:18 ` Arnout Vandecappelle
  0 siblings, 0 replies; 2+ messages in thread
From: Arnout Vandecappelle @ 2021-09-11 14:18 UTC (permalink / raw)
  To: Fabrice Fontaine, buildroot; +Cc: Paul Cercueil



On 05/09/2021 21:26, Fabrice Fontaine wrote:
> python bindings needs setuptools since bump to version 0.23 in commit
> 50b6d7d69f880e940d7c281c493a6a6694d6ebe3 and
> https://github.com/analogdevicesinc/libiio/commit/21023a538b125dee966bf496dcad019ee20967bd
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/a26cce9760c75c44ebdcf21dfb4a69aad5702de4
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

 Applied to master, thanks.

 Regards,
 Arnout

> ---
>  package/libiio/libiio.mk | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/package/libiio/libiio.mk b/package/libiio/libiio.mk
> index aec251e9a1..8c2e126592 100644
> --- a/package/libiio/libiio.mk
> +++ b/package/libiio/libiio.mk
> @@ -71,9 +71,9 @@ endif
>  
>  ifeq ($(BR2_PACKAGE_LIBIIO_BINDINGS_PYTHON),y)
>  ifeq ($(BR2_PACKAGE_PYTHON),y)
> -LIBIIO_DEPENDENCIES += python
> +LIBIIO_DEPENDENCIES += host-python-setuptools python
>  else ifeq ($(BR2_PACKAGE_PYTHON3),y)
> -LIBIIO_DEPENDENCIES += python3
> +LIBIIO_DEPENDENCIES += host-python3-setuptools python3
>  endif
>  LIBIIO_CONF_OPTS += -DPYTHON_BINDINGS=ON
>  else
> 
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-09-11 14:18 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-09-05 19:26 [Buildroot] [PATCH 1/1] package/libiio: fix python build Fabrice Fontaine
2021-09-11 14:18 ` Arnout Vandecappelle

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.