All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] package/python-pytz: enable host python package
@ 2022-11-03 21:07 James Hilliard
  2022-11-03 21:07 ` [Buildroot] [PATCH 2/3] package/python-babel: " James Hilliard
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: James Hilliard @ 2022-11-03 21:07 UTC (permalink / raw)
  To: buildroot
  Cc: Grzegorz Blach, Asaf Kahlon, James Hilliard, Thomas Petazzoni,
	Lionel Flandrin

This is required by host-python-babel.

Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
 package/python-pytz/python-pytz.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-pytz/python-pytz.mk b/package/python-pytz/python-pytz.mk
index d606750699..e697a444ca 100644
--- a/package/python-pytz/python-pytz.mk
+++ b/package/python-pytz/python-pytz.mk
@@ -12,3 +12,4 @@ PYTHON_PYTZ_LICENSE = MIT
 PYTHON_PYTZ_LICENSE_FILES = LICENSE.txt
 
 $(eval $(python-package))
+$(eval $(host-python-package))
-- 
2.34.1

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

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

end of thread, other threads:[~2022-11-05 22:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-03 21:07 [Buildroot] [PATCH 1/3] package/python-pytz: enable host python package James Hilliard
2022-11-03 21:07 ` [Buildroot] [PATCH 2/3] package/python-babel: " James Hilliard
2022-11-03 21:07 ` [Buildroot] [PATCH 3/3] package/python-wtforms: bump to version 3.0.1 James Hilliard
2022-11-03 21:10   ` Thomas Petazzoni via buildroot
2022-11-03 21:29     ` James Hilliard
2022-11-05 22:33 ` [Buildroot] [PATCH 1/3] package/python-pytz: enable host python package Thomas Petazzoni via buildroot

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.