buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/python-iniparse: add host variant dependency from python-six
@ 2023-06-18 11:14 Sergey Bobrenok via buildroot
  2023-06-18 11:14 ` [Buildroot] [PATCH 2/2] package/crudini: add host variant dependency from python-iniparse Sergey Bobrenok via buildroot
                   ` (2 more replies)
  0 siblings, 3 replies; 5+ messages in thread
From: Sergey Bobrenok via buildroot @ 2023-06-18 11:14 UTC (permalink / raw)
  To: buildroot; +Cc: Zoltan Gyarmati, sdfw_system_team, Sergey Bobrenok, Asaf Kahlon

Signed-off-by: Sergey Bobrenok <SIBobrenok@sberdevices.ru>
---
 package/python-iniparse/python-iniparse.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-iniparse/python-iniparse.mk b/package/python-iniparse/python-iniparse.mk
index e76987d1e9..39b0de4eec 100644
--- a/package/python-iniparse/python-iniparse.mk
+++ b/package/python-iniparse/python-iniparse.mk
@@ -10,6 +10,7 @@ PYTHON_INIPARSE_SITE = https://pypi.python.org/packages/source/i/iniparse
 PYTHON_INIPARSE_LICENSE = Python-2.0, MIT
 PYTHON_INIPARSE_LICENSE_FILES = LICENSE-PSF LICENSE
 PYTHON_INIPARSE_SETUP_TYPE = setuptools
+HOST_PYTHON_INIPARSE_DEPENDENCIES = host-python-six
 
 $(eval $(python-package))
 $(eval $(host-python-package))
-- 
2.24.3

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

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

* [Buildroot] [PATCH 2/2] package/crudini: add host variant dependency from python-iniparse
  2023-06-18 11:14 [Buildroot] [PATCH 1/2] package/python-iniparse: add host variant dependency from python-six Sergey Bobrenok via buildroot
@ 2023-06-18 11:14 ` Sergey Bobrenok via buildroot
  2023-08-30 10:31   ` Peter Korsgaard
  2023-07-26 20:15 ` [Buildroot] [PATCH 1/2] package/python-iniparse: add host variant dependency from python-six Thomas Petazzoni via buildroot
  2023-08-30 10:31 ` Peter Korsgaard
  2 siblings, 1 reply; 5+ messages in thread
From: Sergey Bobrenok via buildroot @ 2023-06-18 11:14 UTC (permalink / raw)
  To: buildroot; +Cc: Zoltan Gyarmati, sdfw_system_team, Sergey Bobrenok, Asaf Kahlon

Signed-off-by: Sergey Bobrenok <SIBobrenok@sberdevices.ru>
---
 package/crudini/crudini.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/crudini/crudini.mk b/package/crudini/crudini.mk
index c376c5f777..ceca53abe6 100644
--- a/package/crudini/crudini.mk
+++ b/package/crudini/crudini.mk
@@ -9,6 +9,7 @@ CRUDINI_SITE = $(call github,pixelb,crudini,$(CRUDINI_VERSION))
 CRUDINI_SETUP_TYPE = setuptools
 CRUDINI_LICENSE = GPL-2.0
 CRUDINI_LICENSE_FILES = COPYING
+HOST_CRUDINI_DEPENDENCIES = host-python-iniparse
 
 $(eval $(python-package))
 $(eval $(host-python-package))
-- 
2.24.3

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

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

* Re: [Buildroot] [PATCH 1/2] package/python-iniparse: add host variant dependency from python-six
  2023-06-18 11:14 [Buildroot] [PATCH 1/2] package/python-iniparse: add host variant dependency from python-six Sergey Bobrenok via buildroot
  2023-06-18 11:14 ` [Buildroot] [PATCH 2/2] package/crudini: add host variant dependency from python-iniparse Sergey Bobrenok via buildroot
@ 2023-07-26 20:15 ` Thomas Petazzoni via buildroot
  2023-08-30 10:31 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Thomas Petazzoni via buildroot @ 2023-07-26 20:15 UTC (permalink / raw)
  To: Sergey Bobrenok via buildroot
  Cc: Zoltan Gyarmati, Sergey Bobrenok, Asaf Kahlon, sdfw_system_team

On Sun, 18 Jun 2023 14:14:33 +0300
Sergey Bobrenok via buildroot <buildroot@buildroot.org> wrote:

> Signed-off-by: Sergey Bobrenok <SIBobrenok@sberdevices.ru>
> ---
>  package/python-iniparse/python-iniparse.mk | 1 +
>  1 file changed, 1 insertion(+)

Thanks, both applied after adding a comment in each package explaining
that it is in fact a runtime dependency, but we have no way to express
that for host packages, other than by using build dependencies.

Thanks!

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/2] package/python-iniparse: add host variant dependency from python-six
  2023-06-18 11:14 [Buildroot] [PATCH 1/2] package/python-iniparse: add host variant dependency from python-six Sergey Bobrenok via buildroot
  2023-06-18 11:14 ` [Buildroot] [PATCH 2/2] package/crudini: add host variant dependency from python-iniparse Sergey Bobrenok via buildroot
  2023-07-26 20:15 ` [Buildroot] [PATCH 1/2] package/python-iniparse: add host variant dependency from python-six Thomas Petazzoni via buildroot
@ 2023-08-30 10:31 ` Peter Korsgaard
  2 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2023-08-30 10:31 UTC (permalink / raw)
  To: Sergey Bobrenok via buildroot
  Cc: Zoltan Gyarmati, Sergey Bobrenok, Asaf Kahlon, sdfw_system_team

>>>>> "Sergey" == Sergey Bobrenok via buildroot <buildroot@buildroot.org> writes:

 > Signed-off-by: Sergey Bobrenok <SIBobrenok@sberdevices.ru>

Committed to 2023.02.x and 2023.05.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 2/2] package/crudini: add host variant dependency from python-iniparse
  2023-06-18 11:14 ` [Buildroot] [PATCH 2/2] package/crudini: add host variant dependency from python-iniparse Sergey Bobrenok via buildroot
@ 2023-08-30 10:31   ` Peter Korsgaard
  0 siblings, 0 replies; 5+ messages in thread
From: Peter Korsgaard @ 2023-08-30 10:31 UTC (permalink / raw)
  To: Sergey Bobrenok via buildroot
  Cc: Zoltan Gyarmati, Sergey Bobrenok, Asaf Kahlon, sdfw_system_team

>>>>> "Sergey" == Sergey Bobrenok via buildroot <buildroot@buildroot.org> writes:

 > Signed-off-by: Sergey Bobrenok <SIBobrenok@sberdevices.ru>

Committed to 2023.02.x and 2023.05.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2023-08-30 10:32 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-06-18 11:14 [Buildroot] [PATCH 1/2] package/python-iniparse: add host variant dependency from python-six Sergey Bobrenok via buildroot
2023-06-18 11:14 ` [Buildroot] [PATCH 2/2] package/crudini: add host variant dependency from python-iniparse Sergey Bobrenok via buildroot
2023-08-30 10:31   ` Peter Korsgaard
2023-07-26 20:15 ` [Buildroot] [PATCH 1/2] package/python-iniparse: add host variant dependency from python-six Thomas Petazzoni via buildroot
2023-08-30 10:31 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).