diff mbox series

[v1,4/7] package/python-pybind: host-python-scipy needs host-python-pybind

Message ID 20220816143943.16142-4-guillaume.bressaix@gmail.com
State Changes Requested
Headers show
Series [v1,1/7] package/python-joblib: new package | expand

Commit Message

Guillaume Bres Aug. 16, 2022, 2:39 p.m. UTC
host-python-scipy is a build time dependency of python-scikitlearn

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

Patch

diff --git a/package/python-pybind/python-pybind.mk b/package/python-pybind/python-pybind.mk
index c5bee3d0a7..24b3fc3f68 100644
--- a/package/python-pybind/python-pybind.mk
+++ b/package/python-pybind/python-pybind.mk
@@ -26,3 +26,4 @@  endef
 PYTHON_PYBIND_POST_INSTALL_STAGING_HOOKS += PYTHON_PYBIND_INSTALL_MODULE
 
 $(eval $(cmake-package))
+$(eval $(host-cmake-package))