[Buildroot] [git commit] package/crudini: add host variant dependency from python-iniparse

Thomas Petazzoni thomas.petazzoni at bootlin.com
Wed Jul 26 20:14:43 UTC 2023


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

Signed-off-by: Sergey Bobrenok <SIBobrenok at sberdevices.ru>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/crudini/crudini.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/crudini/crudini.mk b/package/crudini/crudini.mk
index c376c5f777..48e0ebde8f 100644
--- a/package/crudini/crudini.mk
+++ b/package/crudini/crudini.mk
@@ -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))



More information about the buildroot mailing list