From 79c01e73adf1a529ae4c17ce6f8e52a7dbf9d02b Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Sun, 12 Mar 2017 20:49:33 +0200 Subject: 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 Signed-off-by: Baruch Siach Signed-off-by: Thomas Petazzoni --- package/python-psutil/Config.in | 5 ----- 1 file changed, 5 deletions(-) (limited to 'package/python-psutil') diff --git a/package/python-psutil/Config.in b/package/python-psutil/Config.in index 1aec35d274..c64eeeed64 100644 --- a/package/python-psutil/Config.in +++ b/package/python-psutil/Config.in @@ -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 -- cgit v1.2.3