Config.in 435 B

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