mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/python-tomli: drop flit-bootstrap for host package
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
0189bcb47c
commit
467d464abe
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user