[Buildroot] [git commit] package/python-decorator: python3 is also needed for host

Arnout Vandecappelle (Essensium/Mind) arnout at mind.be
Thu Oct 14 20:22:33 UTC 2021


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

Commit 7bfe142e0d84400e386286347afd6e26f90b8aae forgot to set
HOST_PYTHON_DECORATOR_NEEDS_HOST_PYTHON

Fixes:
 - http://autobuild.buildroot.org/results/d11433a8076798d6088f92716608ebbe1c6aee9c

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout at mind.be>
---
 package/python-decorator/python-decorator.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-decorator/python-decorator.mk b/package/python-decorator/python-decorator.mk
index a61f045e2a..a7e338bdc0 100644
--- a/package/python-decorator/python-decorator.mk
+++ b/package/python-decorator/python-decorator.mk
@@ -12,6 +12,7 @@ PYTHON_DECORATOR_LICENSE_FILES = LICENSE.txt
 PYTHON_DECORATOR_CPE_ID_VENDOR = python
 PYTHON_DECORATOR_CPE_ID_PRODUCT = decorator
 PYTHON_DECORATOR_SETUP_TYPE = setuptools
+HOST_PYTHON_DECORATOR_NEEDS_HOST_PYTHON = python3
 
 $(eval $(python-package))
 $(eval $(host-python-package))


More information about the buildroot mailing list