All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/python-packaging: add host variant
@ 2022-01-03 22:54 Romain Naour
  2022-01-03 22:54 ` [Buildroot] [PATCH 2/2] package/zfs: fix python3 version check Romain Naour
  0 siblings, 1 reply; 3+ messages in thread
From: Romain Naour @ 2022-01-03 22:54 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour

Signed-off-by: Romain Naour <romain.naour@gmail.com>
---
 package/python-packaging/python-packaging.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-packaging/python-packaging.mk b/package/python-packaging/python-packaging.mk
index 6b54d2416d..1fd6f26d64 100644
--- a/package/python-packaging/python-packaging.mk
+++ b/package/python-packaging/python-packaging.mk
@@ -12,3 +12,4 @@ PYTHON_PACKAGING_LICENSE = Apache-2.0 or BSD-2-Clause
 PYTHON_PACKAGING_LICENSE_FILES = LICENSE LICENSE.APACHE LICENSE.BSD
 
 $(eval $(python-package))
+$(eval $(host-python-package))
-- 
2.31.1

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

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

end of thread, other threads:[~2022-01-04 18:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-01-03 22:54 [Buildroot] [PATCH 1/2] package/python-packaging: add host variant Romain Naour
2022-01-03 22:54 ` [Buildroot] [PATCH 2/2] package/zfs: fix python3 version check Romain Naour
2022-01-04 18:31   ` 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.