mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 08:14:09 -09:00
python-psutil: enable musl build
The sysinfo.h header conflict issue is now fixed since upstream commit
c414ecd9b9151 ("Fix build with musl libc"). Enable build with musl. Enable
reverse dependencies as well.
Cc: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
98a1ed7eba
commit
79c01e73ad
@@ -1,13 +1,8 @@
|
||||
config BR2_PACKAGE_PYTHON_PSUTIL
|
||||
bool "python-psutil"
|
||||
# sys/sysinfo.h conflict with kernel headers
|
||||
depends on !BR2_TOOLCHAIN_USES_MUSL
|
||||
help
|
||||
psutil is a cross-platform library for retrieving
|
||||
information on running processes and system utilization
|
||||
(CPU, memory, disks, network) in Python.
|
||||
|
||||
https://pypi.python.org/pypi/psutil
|
||||
|
||||
comment "python-psutil needs a uClibc or glibc toolchain"
|
||||
depends on BR2_TOOLCHAIN_USES_MUSL
|
||||
|
||||
Reference in New Issue
Block a user