package/python-scipy: fix scipy::io module runtime dependency
We need python built with the --zlib feature, for the io module to import properly and be usable Signed-off-by: Guillaume W. Bres <guillaume.bressaix@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
3dceb0402a
commit
af8a75fa0d
@ -6,7 +6,7 @@ config BR2_PACKAGE_PYTHON_SCIPY
|
||||
depends on BR2_TOOLCHAIN_HAS_FORTRAN # lapack
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
select BR2_PACKAGE_LAPACK
|
||||
select BR2_PACKAGE_ZLIB # runtime scipy::io
|
||||
select BR2_PACKAGE_PYTHON3_ZLIB # runtime scipy::io
|
||||
select BR2_PACKAGE_PYTHON_NUMPY # runtime
|
||||
select BR2_PACKAGE_PYTHON_PYBIND
|
||||
help
|
||||
|
Loading…
Reference in New Issue
Block a user