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

guillaume.bressaix at gmail.com guillaume.bressaix at gmail.com
Sat Jun 27 11:44:02 UTC 2020


From: "Guillaume W. Bres" <guillaume.bressaix at gmail.com>

python-pybind (>2.4) is a build time dependency
of 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