mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-28 05:36:32 +00:00
package/python-numpy: add missing dependency on Config.in comment
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>
This commit is contained in:
parent
786c783f37
commit
0dd30a591f
@ -30,4 +30,5 @@ config BR2_PACKAGE_PYTHON_NUMPY
|
|||||||
|
|
||||||
comment "python-numpy needs glibc or musl"
|
comment "python-numpy needs glibc or musl"
|
||||||
depends on BR2_PACKAGE_PYTHON3
|
depends on BR2_PACKAGE_PYTHON3
|
||||||
|
depends on BR2_PACKAGE_PYTHON_NUMPY_ARCH_SUPPORTS
|
||||||
depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL)
|
depends on !(BR2_TOOLCHAIN_USES_GLIBC || BR2_TOOLCHAIN_USES_MUSL)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user