* [Buildroot] [PATCH 1/1] package/python-tomli: drop flit-bootstrap for host package
@ 2022-12-11 17:40 James Hilliard
2022-12-11 20:14 ` Thomas Petazzoni via buildroot
0 siblings, 1 reply; 2+ messages in thread
From: James Hilliard @ 2022-12-11 17:40 UTC (permalink / raw)
To: buildroot; +Cc: James Hilliard, Asaf Kahlon
As tomli is no longer required for bootstrapping our pep517 toolchain
we no longer need to use flit-bootstrap for the host package.
Signed-off-by: James Hilliard <james.hilliard1@gmail.com>
---
package/python-tomli/python-tomli.mk | 1 -
1 file changed, 1 deletion(-)
diff --git a/package/python-tomli/python-tomli.mk b/package/python-tomli/python-tomli.mk
index b803d67466..5d259f71a3 100644
--- a/package/python-tomli/python-tomli.mk
+++ b/package/python-tomli/python-tomli.mk
@@ -10,7 +10,6 @@ PYTHON_TOMLI_SITE = https://files.pythonhosted.org/packages/c0/3f/d7af728f075fb0
PYTHON_TOMLI_LICENSE = MIT
PYTHON_TOMLI_LICENSE_FILES = LICENSE
PYTHON_TOMLI_SETUP_TYPE = flit
-HOST_PYTHON_TOMLI_SETUP_TYPE = flit-bootstrap
$(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] 2+ messages in thread
end of thread, other threads:[~2022-12-11 20:14 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-11 17:40 [Buildroot] [PATCH 1/1] package/python-tomli: drop flit-bootstrap for host package James Hilliard
2022-12-11 20:14 ` 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.