projects
/
feed
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a1b444
)
python-bleak: Add build dependency
author
Jeffery To
<jeffery.to@gmail.com>
Fri, 31 Mar 2023 09:09:08 +0000
(17:09 +0800)
committer
Jeffery To
<jeffery.to@gmail.com>
Mon, 24 Apr 2023 08:18:14 +0000
(16:18 +0800)
This will be required for pyproject.toml-based builds.
Signed-off-by: Jeffery To <jeffery.to@gmail.com>
lang/python/python-bleak/Makefile
patch
|
blob
|
history
diff --git
a/lang/python/python-bleak/Makefile
b/lang/python/python-bleak/Makefile
index 696b0b4bcfe116829ea69032c8d4bec1ceea821e..2878bb2eacb035c2292caabb62f3f54b1c03e5ad 100644
(file)
--- a/
lang/python/python-bleak/Makefile
+++ b/
lang/python/python-bleak/Makefile
@@
-17,6
+17,8
@@
PKG_MAINTAINER:=Quintin Hill <stuff@quintin.me.uk>
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