Message ID | 20241105171902.1387084-1-james.hilliard1@gmail.com |
---|---|
State | Accepted |
Headers | show |
Series | [1/1] package/python-bleak: use poetry setup type | expand |
On Tue, 5 Nov 2024 10:19:02 -0700 James Hilliard <james.hilliard1@gmail.com> wrote: > Use the new poetry setup type which automatically pulls in the > host-python-poetry-core dependency. > > Signed-off-by: James Hilliard <james.hilliard1@gmail.com> > --- > package/python-bleak/python-bleak.mk | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) Applied to master, thanks. Thomas
diff --git a/package/python-bleak/python-bleak.mk b/package/python-bleak/python-bleak.mk index 5cb42aa2a5..f47440388e 100644 --- a/package/python-bleak/python-bleak.mk +++ b/package/python-bleak/python-bleak.mk @@ -7,9 +7,8 @@ PYTHON_BLEAK_VERSION = 0.22.3 PYTHON_BLEAK_SOURCE = bleak-$(PYTHON_BLEAK_VERSION).tar.gz PYTHON_BLEAK_SITE = https://files.pythonhosted.org/packages/fb/96/15750b50c0018338e2cce30de939130971ebfdf4f9d6d56c960f5657daad -PYTHON_BLEAK_SETUP_TYPE = pep517 +PYTHON_BLEAK_SETUP_TYPE = poetry PYTHON_BLEAK_LICENSE = MIT PYTHON_BLEAK_LICENSE_FILES = LICENSE -PYTHON_BLEAK_DEPENDENCIES = host-python-poetry-core $(eval $(python-package))
Use the new poetry setup type which automatically pulls in the host-python-poetry-core dependency. Signed-off-by: James Hilliard <james.hilliard1@gmail.com> --- package/python-bleak/python-bleak.mk | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-)