From 6e5021b6ddd1c18190013566bffb53d14a2f46a0 Mon Sep 17 00:00:00 2001 From: Bill Peck Date: Tue, 25 Jun 2024 03:12:24 -0400 Subject: [PATCH] Limit azure-iot-hub to x86_64 platforms (#1609) As a workaround to Issue #1505 we will limit the dependency of azure-iot-hub to x86_64 since the sub-dependency uamqp doesn't compile on arm. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ec8d8f90..437a29c49 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,7 +44,7 @@ azure-mgmt-devtestlabs==9.0.0 azure-mgmt-loganalytics==12.0.0 azure-mgmt-automation==1.0.0 azure-mgmt-iothub==2.2.0 -azure-iot-hub==2.6.1 +azure-iot-hub==2.6.1;platform_machine=="x86_64" azure-mgmt-recoveryservices==2.0.0 azure-mgmt-recoveryservicesbackup==3.0.0 azure-mgmt-notificationhubs==7.0.0