diff mbox series

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

Message ID 20200619064501.11113-1-guillaume.bressaix@gmail.com
State Superseded
Headers show
Series [1/3] python-scipy: needs host-python-pybind | expand

Commit Message

Guillaume Bres June 19, 2020, 6:44 a.m. UTC
patch serie to add python-scipy

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

---

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

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 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))