mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-08 23:51:08 -09:00
package/python-tomlkit: add host package
Required to run poetry-dynamic-versioning on the host. Signed-off-by: Fiona Klute (WIWA) <fiona.klute@gmx.de> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
afbe22629e
commit
a404cbbe0b
@@ -11,5 +11,7 @@ PYTHON_TOMLKIT_SETUP_TYPE = pep517
|
||||
PYTHON_TOMLKIT_LICENSE = MIT
|
||||
PYTHON_TOMLKIT_LICENSE_FILES = LICENSE
|
||||
PYTHON_TOMLKIT_DEPENDENCIES = host-python-poetry-core
|
||||
HOST_PYTHON_TOMLKIT_DEPENDENCIES = host-python-poetry-core
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
|
||||
Reference in New Issue
Block a user