[Buildroot] [git commit branch/next] package/python-typing: add host variant

Peter Korsgaard peter at korsgaard.com
Tue Feb 12 19:13:15 UTC 2019


commit: https://git.buildroot.net/buildroot/commit/?id=dbbba13e718957a6ac3cf95dd3242db4dbdb4ce8
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/next

host-python-typing is needed for mongodb 4.0.6

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
Signed-off-by: Peter Korsgaard <peter at korsgaard.com>
---
 package/python-typing/python-typing.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-typing/python-typing.mk b/package/python-typing/python-typing.mk
index acb5316129..663227dfc9 100644
--- a/package/python-typing/python-typing.mk
+++ b/package/python-typing/python-typing.mk
@@ -12,3 +12,4 @@ PYTHON_TYPING_LICENSE = Python-2.0, others
 PYTHON_TYPING_LICENSE_FILES = LICENSE
 
 $(eval $(python-package))
+$(eval $(host-python-package))


More information about the buildroot mailing list