Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Limit azure-iot-hub to x86_64 platforms #1609

Merged
merged 1 commit into from
Jun 25, 2024

Conversation

p3ck
Copy link
Collaborator

@p3ck p3ck commented Jun 24, 2024

SUMMARY

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.

Fixes #1505

ISSUE TYPE
  • Bugfix Pull Request
COMPONENT NAME

requirements.txt
plugins/modules/azure_rm_iotdevice_info.py
plugins/modules/azure_rm_iotdevicemodule.py
plugins/modules/azure_rm_iotdevice.py

As a workaround to Issue ansible-collections#1505 we will limit the dependency of
azure-iot-hub to x86_64 since the sub-dependency uamqp doesn't compile
on arm.
@p3ck p3ck requested a review from Fred-sun June 24, 2024 13:29
@Fred-sun Fred-sun added ready_for_review The PR has been modified and can be reviewed and merged medium_priority Medium priority labels Jun 25, 2024
@xuzhang3 xuzhang3 merged commit 6e5021b into ansible-collections:dev Jun 25, 2024
Justwmz pushed a commit to Justwmz/azure that referenced this pull request Nov 4, 2024
As a workaround to Issue ansible-collections#1505 we will limit the dependency of
azure-iot-hub to x86_64 since the sub-dependency uamqp doesn't compile
on arm.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
medium_priority Medium priority ready_for_review The PR has been modified and can be reviewed and merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Python 3.12+ ARM support - Blocked by azure-iot-hub > uamqp requirements
3 participants