1 config BR2_PACKAGE_PYTHON_PSUTIL
3 # sys/sysinfo.h conflict with kernel headers
4 depends on !BR2_TOOLCHAIN_USES_MUSL
6 psutil is a cross-platform library for retrieving
7 information on running processes and system utilization
8 (CPU, memory, disks, network) in Python.
10 https://pypi.python.org/pypi/psutil
12 comment "python-psutil needs a uClibc or glibc toolchain"
13 depends on BR2_TOOLCHAIN_USES_MUSL