package/python-numpy: add missing dependency on Config.in comment
authorThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 1 May 2020 12:32:14 +0000 (14:32 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Fri, 1 May 2020 12:32:14 +0000 (14:32 +0200)
The python-numpy Config.in comment was missing a dependency on
BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/python-numpy/Config.in

index 757f73e8bf27806231b1ab586b6ae2771c939979..23dcbc7986d9d06c891eed5df069d6d2c58e5884 100644 (file)
@@ -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)