[Buildroot] [git commit] package/python-numpy: add missing dependency on Config.in comment

Thomas Petazzoni thomas.petazzoni at bootlin.com
Fri May 1 12:32:14 UTC 2020


commit: https://git.buildroot.net/buildroot/commit/?id=0dd30a591fc561cbf8abb78988282c9ffec5a490
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The python-numpy Config.in comment was missing a dependency on
BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/python-numpy/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/python-numpy/Config.in b/package/python-numpy/Config.in
index 757f73e8bf..23dcbc7986 100644
--- a/package/python-numpy/Config.in
+++ b/package/python-numpy/Config.in
@@ -30,4 +30,5 @@ config BR2_PACKAGE_PYTHON_NUMPY
 
 comment "python-numpy needs glibc or musl"
 	depends on BR2_PACKAGE_PYTHON3
+	depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
 	depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL)


More information about the buildroot mailing list