package/crudini: add host variant dependency from python-iniparse

Signed-off-by: Sergey Bobrenok <SIBobrenok@sberdevices.ru>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
master
Sergey Bobrenok 2023-06-18 14:14:34 +03:00 committed by Thomas Petazzoni
parent bef2298f5a
commit dd194540a1
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ CRUDINI_SITE = $(call github,pixelb,crudini,$(CRUDINI_VERSION))
CRUDINI_SETUP_TYPE = setuptools
CRUDINI_LICENSE = GPL-2.0
CRUDINI_LICENSE_FILES = COPYING
# This is a runtime dependency, but we don't have the concept of
# runtime dependencies for host packages.
HOST_CRUDINI_DEPENDENCIES = host-python-iniparse
$(eval $(python-package))
$(eval $(host-python-package))