-
-
Notifications
You must be signed in to change notification settings - Fork 12.5k
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
python 3.8: migrate independent formulae #48323
Conversation
edf12f2
to
67657b9
Compare
|
67657b9
to
d966132
Compare
|
I recommend merging everything except |
Sounds good to me, let's do it. |
It is done. |
For reference: I merged everything with |
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 <formula>
)?This PR migrates to
[email protected]
independent formulae which:python
virtualenv_install_with_resources
for installationRef: #47274