From 0e8957839cc82433b4a9eb4d0c3f11d07f7c2b48 Mon Sep 17 00:00:00 2001 From: "Arnout Vandecappelle (Essensium/Mind)" Date: Sat, 12 Feb 2022 13:46:33 +0100 Subject: [PATCH] boot/uboot: depend on host-python-setuptools host-python3-setuptools was removed, we should instead use plain host-python-setuptools. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) Signed-off-by: Peter Korsgaard --- boot/uboot/uboot.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/uboot/uboot.mk b/boot/uboot/uboot.mk index 9e569906ce..6750069173 100644 --- a/boot/uboot/uboot.mk +++ b/boot/uboot/uboot.mk @@ -208,7 +208,7 @@ UBOOT_DEPENDENCIES += host-dtc endif ifeq ($(BR2_TARGET_UBOOT_NEEDS_PYTHON3),y) -UBOOT_DEPENDENCIES += host-python3 host-python3-setuptools +UBOOT_DEPENDENCIES += host-python3 host-python-setuptools endif ifeq ($(BR2_TARGET_UBOOT_NEEDS_PYLIBFDT),y)