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) <arnout@mind.be>
This commit is contained in:
parent
f355fab421
commit
2fa7abca8d
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user