From: Alexandre Ondet <frcomdev@gmail.com>
To: buildroot@buildroot.org
Cc: Alexandre Ondet <frcomdev@gmail.com>,
James Hilliard <james.hilliard1@gmail.com>,
Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Subject: [Buildroot] [PATCH 12/13] package/python-azure-iot-device: new package
Date: Tue, 28 Apr 2026 13:27:43 -0400 [thread overview]
Message-ID: <20260428172743.2840-1-frcomdev@gmail.com> (raw)
Signed-off-by: Alexandre Ondet <frcomdev@gmail.com>
---
package/Config.in | 2 ++
package/python-azure-iot-device/Config.in | 14 ++++++++++++++
.../python-azure-iot-device.hash | 3 +++
.../python-azure-iot-device.mk | 18 ++++++++++++++++++
4 files changed, 37 insertions(+)
create mode 100644 package/python-azure-iot-device/Config.in
create mode 100644 package/python-azure-iot-device/python-azure-iot-device.hash
create mode 100644 package/python-azure-iot-device/python-azure-iot-device.mk
diff --git a/package/Config.in b/package/Config.in
index e41224d086..45c8ce7820 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1013,6 +1013,8 @@ menu "External python modules"
source "package/python-automat/Config.in"
source "package/python-avro/Config.in"
source "package/python-azure-core/Config.in"
+ source "package/python-azure-iot-device/Config.in"
+ source "package/python-azure-storage-blob/Config.in"
source "package/python-babel/Config.in"
source "package/python-backcall/Config.in"
source "package/python-base58/Config.in"
diff --git a/package/python-azure-iot-device/Config.in b/package/python-azure-iot-device/Config.in
new file mode 100644
index 0000000000..87f66f5864
--- /dev/null
+++ b/package/python-azure-iot-device/Config.in
@@ -0,0 +1,14 @@
+config BR2_PACKAGE_PYTHON_AZURE_IOT_DEVICE
+ bool "python-azure-iot-device"
+ select BR2_PACKAGE_PYTHON_DEPRECATION
+ select BR2_PACKAGE_PYTHON_JANUS
+ select BR2_PACKAGE_PYTHON_PAHO_MQTT
+ select BR2_PACKAGE_PYTHON_PYSOCKS
+ select BR2_PACKAGE_PYTHON_REQUESTS
+ select BR2_PACKAGE_PYTHON_REQUESTS_UNIXSOCKET2
+ select BR2_PACKAGE_PYTHON_TYPING_EXTENSIONS
+ select BR2_PACKAGE_PYTHON_URLLIB3
+ help
+ Azure IoT Device Python SDK.
+
+ https://github.com/Azure/azure-iot-sdk-python/
\ No newline at end of file
diff --git a/package/python-azure-iot-device/python-azure-iot-device.hash b/package/python-azure-iot-device/python-azure-iot-device.hash
new file mode 100644
index 0000000000..90cc1405de
--- /dev/null
+++ b/package/python-azure-iot-device/python-azure-iot-device.hash
@@ -0,0 +1,3 @@
+# From https://pypi.org/pypi/azure-iot-device/json
+sha256 b6d48d4932c240025736ace544c4e71bc49a1576ac998ea1de778af82496ffce azure_iot_device-2.14.0.tar.gz
+sha256 dea9265341829002e2c23a7372393eb2ed6e26085fb623f38a4ba0af833f30a6 LICENSE
\ No newline at end of file
diff --git a/package/python-azure-iot-device/python-azure-iot-device.mk b/package/python-azure-iot-device/python-azure-iot-device.mk
new file mode 100644
index 0000000000..e53d2664c4
--- /dev/null
+++ b/package/python-azure-iot-device/python-azure-iot-device.mk
@@ -0,0 +1,18 @@
+PYTHON_AZURE_IOT_DEVICE_VERSION = 2.14.0
+PYTHON_AZURE_IOT_DEVICE_SOURCE = azure_iot_device-$(PYTHON_AZURE_IOT_DEVICE_VERSION).tar.gz
+PYTHON_AZURE_IOT_DEVICE_SITE = https://files.pythonhosted.org/packages/51/6b/447e9f205ccefc03998931677784d29354e0c6453a7715a662d4109a567b
+PYTHON_AZURE_IOT_DEVICE_SETUP_TYPE = setuptools
+PYTHON_AZURE_IOT_DEVICE_LICENSE = MIT
+PYTHON_AZURE_IOT_DEVICE_LICENSE_FILES = LICENSE
+
+PYTHON_AZURE_IOT_DEVICE_DEPENDENCIES = \
+ python-deprecation \
+ python-janus \
+ python-paho-mqtt \
+ python-pysocks \
+ python-requests \
+ python-requests-unixsocket2 \
+ python-typing-extensions \
+ python-urllib3
+
+$(eval $(python-package))
\ No newline at end of file
--
2.53.0.windows.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
reply other threads:[~2026-04-28 17:27 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260428172743.2840-1-frcomdev@gmail.com \
--to=frcomdev@gmail.com \
--cc=buildroot@buildroot.org \
--cc=james.hilliard1@gmail.com \
--cc=thomas.petazzoni@bootlin.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.