diff mbox series

[2/3] python-scipy: needs host-python-pip

Message ID 20200619064501.11113-2-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-pip is a build time dependency of python-scipy

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

Patch

diff --git a/package/python-pip/python-pip.mk b/package/python-pip/python-pip.mk
index cc40eecdfe..0af41ab807 100644
--- a/package/python-pip/python-pip.mk
+++ b/package/python-pip/python-pip.mk
@@ -12,3 +12,4 @@  PYTHON_PIP_LICENSE = MIT
 PYTHON_PIP_LICENSE_FILES = LICENSE.txt
 
 $(eval $(python-package))
+$(eval $(host-python-package))