mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
package/python-inflection: python3 is also needed for host
Commit ac120d2777 forgot to set
HOST_PYTHON_INFLECTION_NEEDS_HOST_PYTHON
Fixes:
- http://autobuild.buildroot.org/results/b0f7e56fd1dfe891396adc2b232a2663a9715196
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
committed by
Yann E. MORIN
parent
b03ea972ae
commit
d24387ef26
@@ -10,6 +10,7 @@ PYTHON_INFLECTION_SITE = https://files.pythonhosted.org/packages/e1/7e/691d061b7
|
||||
PYTHON_INFLECTION_SETUP_TYPE = setuptools
|
||||
PYTHON_INFLECTION_LICENSE = MIT
|
||||
PYTHON_INFLECTION_LICENSE_FILES = LICENSE
|
||||
HOST_PYTHON_INFLECTION_NEEDS_HOST_PYTHON = python3
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
|
||||
Reference in New Issue
Block a user