All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/python-automat: drop host-python-m2r build dependency
@ 2022-12-11 20:17 James Hilliard
  2022-12-11 20:17 ` [Buildroot] [PATCH 2/2] package/python-m2r: remove package James Hilliard
  2022-12-11 21:48 ` [Buildroot] [PATCH 1/2] package/python-automat: drop host-python-m2r build dependency Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: James Hilliard @ 2022-12-11 20:17 UTC (permalink / raw)
  To: buildroot; +Cc: James Hilliard, Asaf Kahlon

The host-python-m2r package is no longer required to build automat.

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

diff --git a/package/python-automat/python-automat.mk b/package/python-automat/python-automat.mk
index 675fbd2260..101197b15b 100644
--- a/package/python-automat/python-automat.mk
+++ b/package/python-automat/python-automat.mk
@@ -10,6 +10,6 @@ PYTHON_AUTOMAT_SITE = https://files.pythonhosted.org/packages/7a/7b/9c3d26d8a041
 PYTHON_AUTOMAT_SETUP_TYPE = setuptools
 PYTHON_AUTOMAT_LICENSE = MIT
 PYTHON_AUTOMAT_LICENSE_FILES = LICENSE
-PYTHON_AUTOMAT_DEPENDENCIES = host-python-m2r host-python-setuptools-scm
+PYTHON_AUTOMAT_DEPENDENCIES = host-python-setuptools-scm
 
 $(eval $(python-package))
-- 
2.34.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-12-11 21:48 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-11 20:17 [Buildroot] [PATCH 1/2] package/python-automat: drop host-python-m2r build dependency James Hilliard
2022-12-11 20:17 ` [Buildroot] [PATCH 2/2] package/python-m2r: remove package James Hilliard
2022-12-11 21:48 ` [Buildroot] [PATCH 1/2] package/python-automat: drop host-python-m2r build dependency 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.