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)