From 2fa7abca8d11b5d767ca0caee9aa6d09713d4cb6 Mon Sep 17 00:00:00 2001 From: "Arnout Vandecappelle (Essensium/Mind)" Date: Mon, 2 May 2022 23:38:08 +0200 Subject: [PATCH] package/pkg-python: add comment why no dependencies are added for host-python-installer. Also, only host-python-installer itself needs to be added now. host-python-flit-core is a dependency of host-python-installer so doesn't need to be added explicitly. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) --- package/pkg-python.mk | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/package/pkg-python.mk b/package/pkg-python.mk index b86e12423f..452fa0d3ea 100644 --- a/package/pkg-python.mk +++ b/package/pkg-python.mk @@ -233,8 +233,10 @@ ifeq ($$($(2)_SETUP_TYPE),flit) $(2)_DEPENDENCIES += host-python-flit-core endif else ifeq ($$($(2)_SETUP_TYPE),flit-bootstrap) +# Don't add dependency on host-python-installer for +# host-python-installer itself, and its dependencies. ifeq ($$(filter host-python-flit-core host-python-installer,$(1)),) -$(2)_DEPENDENCIES += host-python-flit-core host-python-installer +$(2)_DEPENDENCIES += host-python-installer endif endif # SETUP_TYPE