[Buildroot] [git commit] package/python-aiomqtt: use poetry setup type

Arnout Vandecappelle arnout at mind.be
Tue Feb 4 17:44:41 UTC 2025


commit: https://git.buildroot.net/buildroot/commit/?id=fc503c2c47a94281f007ee66284075b039fa75e6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Aiomqtt uses Poetry. The only difference between poetry and generic
pep517 is the host-python-poetry-core dependency, and this got pulled in
as an indirect dependency of host-python-poetry-dynamic-versioning so
far. So the build was not actually failing, but it's better to be
correct.

Signed-off-by: Fiona Klute (WIWA) <fiona.klute at gmx.de>
Signed-off-by: Arnout Vandecappelle <arnout at mind.be>
---
 package/python-aiomqtt/python-aiomqtt.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/python-aiomqtt/python-aiomqtt.mk b/package/python-aiomqtt/python-aiomqtt.mk
index 291547f11f..80cecea9e8 100644
--- a/package/python-aiomqtt/python-aiomqtt.mk
+++ b/package/python-aiomqtt/python-aiomqtt.mk
@@ -7,7 +7,7 @@
 PYTHON_AIOMQTT_VERSION = 2.3.0
 PYTHON_AIOMQTT_SOURCE = aiomqtt-$(PYTHON_AIOMQTT_VERSION).tar.gz
 PYTHON_AIOMQTT_SITE = https://files.pythonhosted.org/packages/db/c9/168e78bd35b21d9bdbb26178db33a8f265e4a69bb4193e72434e7cb3d1cd
-PYTHON_AIOMQTT_SETUP_TYPE = pep517
+PYTHON_AIOMQTT_SETUP_TYPE = poetry
 PYTHON_AIOMQTT_LICENSE = BSD-3-Clause
 PYTHON_AIOMQTT_LICENSE_FILES = LICENSE
 PYTHON_AIOMQTT_DEPENDENCIES = host-python-poetry-dynamic-versioning


More information about the buildroot mailing list