Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/python-yarl: add missing select
@ 2025-08-16 13:01 Thomas Perale via buildroot
  2025-08-16 13:01 ` [Buildroot] [PATCH 2/2] python-yarl: bump to v1.20.1 Thomas Perale via buildroot
  2025-08-16 17:52 ` [Buildroot] [PATCH 1/2] package/python-yarl: add missing select Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 5+ messages in thread
From: Thomas Perale via buildroot @ 2025-08-16 13:01 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard

`python-yarl.mk` depends on the host-python-cython package. This patch
adds a `select BR2_PACKAGE_HOST_PYTHON_CYTHON` to correctly express this
dependency in KConfig.

Signed-off-by: Thomas Perale <thomas.perale@mind.be>
---
 package/python-yarl/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-yarl/Config.in b/package/python-yarl/Config.in
index 48ed07cfde..e14275971e 100644
--- a/package/python-yarl/Config.in
+++ b/package/python-yarl/Config.in
@@ -1,5 +1,6 @@
 config BR2_PACKAGE_PYTHON_YARL
 	bool "python-yarl"
+	select BR2_PACKAGE_HOST_PYTHON_CYTHON
 	select BR2_PACKAGE_PYTHON_IDNA # runtime
 	select BR2_PACKAGE_PYTHON_MULTIDICT # runtime
 	select BR2_PACKAGE_PYTHON_PROPCACHE # runtime
-- 
2.50.1

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

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

end of thread, other threads:[~2025-08-16 20:52 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-16 13:01 [Buildroot] [PATCH 1/2] package/python-yarl: add missing select Thomas Perale via buildroot
2025-08-16 13:01 ` [Buildroot] [PATCH 2/2] python-yarl: bump to v1.20.1 Thomas Perale via buildroot
2025-08-16 17:52 ` [Buildroot] [PATCH 1/2] package/python-yarl: add missing select Thomas Petazzoni via buildroot
2025-08-16 20:21   ` Thomas Perale via buildroot
2025-08-16 20:52     ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox