mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
package/python-memray: add config comment in case of missing dependencies
Package was added in c2df8bab97.
Signed-off-by: Fiona Klute <fiona.klute@gmx.de>
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
8d78978a0d
commit
1498900a08
@@ -17,3 +17,8 @@ config BR2_PACKAGE_PYTHON_MEMRAY
|
||||
A memory profiler for Python applications.
|
||||
|
||||
https://github.com/bloomberg/memray
|
||||
|
||||
comment "python-memray needs a toolchain w/ dynamic library, threads, wchar"
|
||||
depends on BR2_PACKAGE_LIBUNWIND_ARCH_SUPPORTS
|
||||
depends on BR2_TOOLCHAIN_HAS_SYNC_4
|
||||
depends on BR2_STATIC_LIBS || !BR2_TOOLCHAIN_HAS_THREADS
|
||||
|
||||
Reference in New Issue
Block a user