mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-19 16:40:46 -09:00
package/python-pyparsing: enable host build
This will be required by host-python-packaging. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> Reviewed-by: Marcin Niestroj <m.niestroj@grinn-global.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
fff307fc4a
commit
ea077d89ec
@@ -10,5 +10,7 @@ PYTHON_PYPARSING_SITE = https://files.pythonhosted.org/packages/c1/47/dfc9c342c9
|
|||||||
PYTHON_PYPARSING_LICENSE = MIT
|
PYTHON_PYPARSING_LICENSE = MIT
|
||||||
PYTHON_PYPARSING_LICENSE_FILES = LICENSE
|
PYTHON_PYPARSING_LICENSE_FILES = LICENSE
|
||||||
PYTHON_PYPARSING_SETUP_TYPE = setuptools
|
PYTHON_PYPARSING_SETUP_TYPE = setuptools
|
||||||
|
HOST_PYTHON_PYPARSING_NEEDS_HOST_PYTHON = python3
|
||||||
|
|
||||||
$(eval $(python-package))
|
$(eval $(python-package))
|
||||||
|
$(eval $(host-python-package))
|
||||||
|
|||||||
Reference in New Issue
Block a user