From 35e2f68c30515598014a9ef4daf7c8f6134aeb74 Mon Sep 17 00:00:00 2001 From: Fabrice Fontaine Date: Sun, 13 Feb 2022 20:41:31 +0100 Subject: [PATCH] package/python-psutil: add host variant Add host variant to avoid the following build failure with mongodb since drop of python3-psutil in commit aab7bc4a1d499b3f926464290eee3d6459d0e816: make: *** No rule to make target 'host-python-psutil', needed by '/home/buildroot/autobuild/instance-3/output-1/build/mongodb-4.2.18/.stamp_configured'. Stop. Fixes: - http://autobuild.buildroot.org/results/3bce147b6b34d8854e54fc1102a047fcb2c19d01 Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- package/python-psutil/python-psutil.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/package/python-psutil/python-psutil.mk b/package/python-psutil/python-psutil.mk index 413fc8a391..3a2781c284 100644 --- a/package/python-psutil/python-psutil.mk +++ b/package/python-psutil/python-psutil.mk @@ -14,3 +14,4 @@ PYTHON_PSUTIL_CPE_ID_VENDOR = psutil_project PYTHON_PSUTIL_CPE_ID_PRODUCT = psutil $(eval $(python-package)) +$(eval $(host-python-package))