If python3-gpiod is enabled and the python-setuptools host package is
missing, the setuptools.build_meta import will cause a build failure.
Fix this by adding a conditional build dependency.
Signed-off-by: Ernestas Kulik <redacted>
PKG_BUILD_PARALLEL:=1
PYTHON3_PKG_BUILD:=0
+PKG_BUILD_DEPENDS:=PACKAGE_python3-gpiod:python-setuptools/host
+
include $(INCLUDE_DIR)/package.mk
include ../../lang/python/python3-package.mk