From 3496f300a8ca2bb8b337db5d43be5b3293a4e9e4 Mon Sep 17 00:00:00 2001 From: James Hilliard Date: Thu, 26 Jan 2023 22:06:13 -0700 Subject: [PATCH] package/python-greenlet: add missing C++ dependency Fixes: - http://autobuild.buildroot.net/results/529/5291fe0fac1d5c7b6587e4a566991a764a2632fb Signed-off-by: James Hilliard Reviewed-by: Yegor Yefremov Signed-off-by: Thomas Petazzoni --- package/python-greenlet/Config.in | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/package/python-greenlet/Config.in b/package/python-greenlet/Config.in index 9f66ebe119..ae092e3ffe 100644 --- a/package/python-greenlet/Config.in +++ b/package/python-greenlet/Config.in @@ -12,7 +12,12 @@ config BR2_PACKAGE_PYTHON_GREENLET_ARCH_SUPPORTS config BR2_PACKAGE_PYTHON_GREENLET bool "python-greenlet" depends on BR2_PACKAGE_PYTHON_GREENLET_ARCH_SUPPORTS + depends on BR2_INSTALL_LIBSTDCPP help Lightweight in-process concurrent programming. https://github.com/python-greenlet/greenlet + +comment "python-greenlet needs a toolchain w/ C++" + depends on BR2_PACKAGE_PYTHON_GREENLET_ARCH_SUPPORTS + depends on !BR2_INSTALL_LIBSTDCPP