package/python-decorator: python3 is also needed for host

Commit 7bfe142e0d forgot to set
HOST_PYTHON_DECORATOR_NEEDS_HOST_PYTHON

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
This commit is contained in:
Fabrice Fontaine 2021-10-07 18:09:57 +02:00 committed by Arnout Vandecappelle (Essensium/Mind)
parent 2a5ad252f0
commit 12e8722432

View File

@ -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))