From: Jeffery To Date: Fri, 31 Mar 2023 09:09:08 +0000 (+0800) Subject: python-bleak: Add build dependency X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=159895b79461aa93cc0e9a6d51f5074ab85e08d3;p=openwrt-packages.git python-bleak: Add build dependency This will be required for pyproject.toml-based builds. Signed-off-by: Jeffery To --- diff --git a/lang/python/python-bleak/Makefile b/lang/python/python-bleak/Makefile index 696b0b4bc..2878bb2ea 100644 --- a/lang/python/python-bleak/Makefile +++ b/lang/python/python-bleak/Makefile @@ -17,6 +17,8 @@ PKG_MAINTAINER:=Quintin Hill PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE +PKG_BUILD_DEPENDS:=python-poetry-core/host + include ../pypi.mk include $(INCLUDE_DIR)/package.mk include ../python3-package.mk