From 94370ed250cba1f5cf01f4e8090df3ef0ca01337 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN" Date: Mon, 3 Jul 2023 21:32:02 +0200 Subject: [PATCH] package/python-setuptools: drop bogus select on missign symbol Commit 3b2913552e (package/python-setuptools: add missing dependency on host-python-wheel) adding the select of the runtime, as a last-minute fixup. However, there is no target python-wheel package; it is a host-only package, leading to sainty-check failures: $ make check-symbol package/python-setuptools/Config.in:5: BR2_PACKAGE_PYTHON_WHEEL referenced but not defined Srop the select. If there was a rationale for actually having python-wheel on the target, it's going to need a bit more. Reported-by: Thomas Petazzoni Signed-off-by: Yann E. MORIN --- package/python-setuptools/Config.in | 1 - 1 file changed, 1 deletion(-) diff --git a/package/python-setuptools/Config.in b/package/python-setuptools/Config.in index 73368c1a49..d47f758750 100644 --- a/package/python-setuptools/Config.in +++ b/package/python-setuptools/Config.in @@ -2,7 +2,6 @@ config BR2_PACKAGE_PYTHON_SETUPTOOLS bool "python-setuptools" select BR2_PACKAGE_PYTHON3_PYEXPAT # runtime select BR2_PACKAGE_PYTHON3_ZLIB # runtime - select BR2_PACKAGE_PYTHON_WHEEL # runtime help Download, build, install, upgrade, and uninstall Python packages.