[Buildroot] [git commit branch/2023.02.x] package/python-iniparse: add host variant dependency from python-six

Peter Korsgaard peter at korsgaard.com
Wed Aug 30 10:29:52 UTC 2023


commit: https://git.buildroot.net/buildroot/commit/?id=d0af5a6ecf7048119d287d8601ab4c101fb2089d
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/2023.02.x

Signed-off-by: Sergey Bobrenok <SIBobrenok at sberdevices.ru>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
(cherry picked from commit bef2298f5a9e465b39ef93308ab028d228c2b408)
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/python-iniparse/python-iniparse.mk | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/package/python-iniparse/python-iniparse.mk b/package/python-iniparse/python-iniparse.mk
index e76987d1e9..9f00cf7387 100644
--- a/package/python-iniparse/python-iniparse.mk
+++ b/package/python-iniparse/python-iniparse.mk
@@ -10,6 +10,9 @@ PYTHON_INIPARSE_SITE = https://pypi.python.org/packages/source/i/iniparse
 PYTHON_INIPARSE_LICENSE = Python-2.0, MIT
 PYTHON_INIPARSE_LICENSE_FILES = LICENSE-PSF LICENSE
 PYTHON_INIPARSE_SETUP_TYPE = setuptools
+# This is a runtime dependency, but we don't have the concept of
+# runtime dependencies for host packages.
+HOST_PYTHON_INIPARSE_DEPENDENCIES = host-python-six
 
 $(eval $(python-package))
 $(eval $(host-python-package))



More information about the buildroot mailing list