-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
{Packaging} Add pip
to dependency
#29922
Conversation
️✔️AzureCLI-FullTest
|
Hi @bebound, |
️✔️AzureCLI-BreakingChangeTest
|
Packaging |
@@ -58,6 +58,7 @@ | |||
'msrestazure~=0.6.4', | |||
'packaging>=20.9', | |||
'paramiko>=2.0.8,<4.0.0', | |||
'pip', # Homebrew does not install pip in venv, `az extension add` needs it |
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.
extension
module is implemented in core, so I add it to azure-cli-core
.
This PR is only for Homebrew. In other distros, However, brew calls |
Homebrew stops install
pip
in Python 3.12 venv(Homebrew/brew#16306), which is needed inaz extension add
.Ref: https://github.com/orgs/Homebrew/discussions/5600