python-cryptography: bump to version 1.7.2
[buildroot-gz.git] / package / python-psutil / Config.in
blob1aec35d27411ab801243dfc04e2933cbb79aa952
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.
10           https://pypi.python.org/pypi/psutil
12 comment "python-psutil needs a uClibc or glibc toolchain"
13         depends on BR2_TOOLCHAIN_USES_MUSL