[Buildroot] [git commit] package/python-mypy-extensions: enable host package

Arnout Vandecappelle arnout at rnout.be
Fri May 16 14:54:43 UTC 2025


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

This will be required for the upcoming python-mypy package.

Signed-off-by: James Hilliard <james.hilliard1 at gmail.com>
Signed-off-by: Arnout Vandecappelle <arnout at rnout.be>
---
 package/python-mypy-extensions/python-mypy-extensions.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-mypy-extensions/python-mypy-extensions.mk b/package/python-mypy-extensions/python-mypy-extensions.mk
index 494a03ac2c..99b30b2c07 100644
--- a/package/python-mypy-extensions/python-mypy-extensions.mk
+++ b/package/python-mypy-extensions/python-mypy-extensions.mk
@@ -12,3 +12,4 @@ PYTHON_MYPY_EXTENSIONS_LICENSE = MIT
 PYTHON_MYPY_EXTENSIONS_LICENSE_FILES = LICENSE
 
 $(eval $(python-package))
+$(eval $(host-python-package))


More information about the buildroot mailing list