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:
Fiona Klute (WIWA)
2024-09-27 20:33:57 +02:00
committed by Thomas Petazzoni
parent afbe22629e
commit a404cbbe0b

View File

@@ -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))