[Buildroot] [PATCH 1/3] python-scipy: needs host-python-pybind

Guillaume W. Bres guillaume.bressaix at gmail.com
Thu Jun 11 08:11:56 UTC 2020


patch serie to add python-scipy

Signed-off-by: Guillaume W. Bres <guillaume.bressaix at gmail.com>

---

python-pybind is a build time dependency for python-scipy

Signed-off-by: Guillaume W. Bres <guillaume.bressaix at gmail.com>
---
 package/python-pybind/python-pybind.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-pybind/python-pybind.mk b/package/python-pybind/python-pybind.mk
index 634e869e40..239893b97c 100644
--- a/package/python-pybind/python-pybind.mk
+++ b/package/python-pybind/python-pybind.mk
@@ -11,3 +11,4 @@ PYTHON_PYBIND_LICENSE_FILES = LICENSE
 PYTHON_PYBIND_SETUP_TYPE = setuptools
 
 $(eval $(python-package))
+$(eval $(host-python-package))
-- 
2.20.1



More information about the buildroot mailing list