mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 07:51:59 -09:00
package/python-iniparse: add host variant dependency from python-six
Signed-off-by: Sergey Bobrenok <SIBobrenok@sberdevices.ru>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit bef2298f5a)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
ae1839e7d4
commit
d0af5a6ecf
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user