-
-
Notifications
You must be signed in to change notification settings - Fork 12.6k
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
azure-cli: patch to build with pyyaml6 #137367
azure-cli: patch to build with pyyaml6 #137367
Conversation
f8c4158
to
174fd9b
Compare
This should be upstreamed |
it is already in the upstream, they just need to cut a new release (the patch does not get applied cleanly) |
Did that change also apply to the template that upstream uses to push formula updates? |
yeah, it would be on the next PR (that is also the reason why I did not add pyyaml ad dependency, but rather just a resource) They said the next PR would be on August 1st. |
🤖 An automated task has requested bottles to be published to this PR. |
🤖 An automated task has requested bottles to be published to this PR. |
|
|
Signed-off-by: Rui Chen <[email protected]>
174fd9b
to
d395bb0
Compare
🤖 An automated task has requested bottles to be published to this PR. |
@@ -784,3 +791,18 @@ def install | |||
assert_equal azure_cloud["endpoints"]["resourceManager"], "https://management.azure.com/" | |||
end | |||
end | |||
|
|||
__END__ | |||
diff --git a/tools/setup.py b/tools/setup.py |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
tools/setup.py
is actually not used as part of Azure CLI installation at all, so this patch is unnecessary.
brew install --build-from-source <formula>
, where<formula>
is the name of the formula you're submitting?brew test <formula>
, where<formula>
is the name of the formula you're submitting?brew audit --strict <formula>
(after doingbrew install --build-from-source <formula>
)? If this is a new formula, does it passbrew audit --new <formula>
?relates to: