pyelftools 0.32 ships a PEP 517 build that requires setuptools as its
backend, so -m build fails with "BackendUnavailable: Cannot import
'setuptools.build_meta'" when only build, installer and wheel are staged.
Signed-off-by: Alexandru Ardelean <redacted>
PKG_LICENSE:=Unlicense
PKG_LICENSE_FILES:=LICENSE
+PKG_BUILD_DEPENDS:=python-setuptools/host
+
HOST_BUILD_DEPENDS:= \
python3/host \
python-build/host \
python-installer/host \
+ python-setuptools/host \
python-wheel/host
include ../pypi.mk