summaryrefslogtreecommitdiffstats
path: root/package/circus
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-03-12 20:49:33 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-03-12 23:02:15 +0100
commit79c01e73adf1a529ae4c17ce6f8e52a7dbf9d02b (patch)
tree9193e5e21cf069572d74ff6dda12dae6f8d5a006 /package/circus
parent98a1ed7eba7b8a8f21ff3c81d05ae97a515d129a (diff)
downloadbuildroot-79c01e73adf1a529ae4c17ce6f8e52a7dbf9d02b.tar.gz
buildroot-79c01e73adf1a529ae4c17ce6f8e52a7dbf9d02b.zip
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>
Diffstat (limited to 'package/circus')
-rw-r--r--package/circus/Config.in4
1 files changed, 1 insertions, 3 deletions
diff --git a/package/circus/Config.in b/package/circus/Config.in
index 5276513076..f1cd93c733 100644
--- a/package/circus/Config.in
+++ b/package/circus/Config.in
@@ -3,7 +3,6 @@ config BR2_PACKAGE_CIRCUS
depends on BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3
depends on BR2_INSTALL_LIBSTDCPP # pyzmq -> zeromq
depends on BR2_TOOLCHAIN_HAS_THREADS # pyzmq -> zeromq
- depends on !BR2_TOOLCHAIN_USES_MUSL # python-psutil
select BR2_PACKAGE_PYTHON_IOWAIT # runtime
select BR2_PACKAGE_PYTHON_PSUTIL # runtime
select BR2_PACKAGE_PYTHON_PYZMQ # runtime
@@ -15,7 +14,6 @@ config BR2_PACKAGE_CIRCUS
https://circus.readthedocs.org/en/latest/
-comment "circus needs Python and a uClibc or glibc toolchain w/ C++, threads"
+comment "circus needs Python and a toolchain w/ C++, threads"
depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_HAS_THREADS || \
- BR2_TOOLCHAIN_USES_MUSL || \
!(BR2_PACKAGE_PYTHON || BR2_PACKAGE_PYTHON3)
OpenPOWER on IntegriCloud