[Buildroot] [git commit] package/python-tomli: drop flit-bootstrap for host package

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Dec 11 20:14:20 UTC 2022


commit: https://git.buildroot.net/buildroot/commit/?id=467d464abe20e7c20ce246b0fee1d12ccc2b2312
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.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))



More information about the buildroot mailing list