Skip to content

Commit

Permalink
Limit azure-iot-hub to x86_64 platforms (#1609)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
p3ck authored Jun 25, 2024
1 parent 36d0340 commit 6e5021b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6e5021b

Please sign in to comment.