Marcel Telka
2024-04-05 e5e9b978d16f3a418fcae51695fb9398f0a160ed
make-rules/pyproject.mk
@@ -43,8 +43,8 @@
COMPONENT_INSTALL_ARGS +=   --destdir $(PROTO_DIR)
COMPONENT_INSTALL_ARGS +=   $(@D)/dist/*.whl
PYTHON_USERLAND_REQUIRED_PACKAGES += library/python/build
PYTHON_USERLAND_REQUIRED_PACKAGES += library/python/installer
USERLAND_REQUIRED_PACKAGES.python += library/python/build
USERLAND_REQUIRED_PACKAGES.python += library/python/installer
endif
# Move all modules from default site-packages directory to vendor-packages
@@ -77,5 +77,5 @@
# The pyproject_installer is not needed (and cannot be needed) for its own
# build.
ifneq ($(strip $(COMPONENT_NAME)),pyproject_installer)
PYTHON_USERLAND_REQUIRED_PACKAGES += library/python/pyproject-installer
USERLAND_REQUIRED_PACKAGES.python += library/python/pyproject-installer
endif