formula_cellar_checks: skip unless Python libs#7273
Merged
Bo98 merged 1 commit intoHomebrew:masterfrom Apr 4, 2020
jonchang:python-cellar-build-deps
Merged
formula_cellar_checks: skip unless Python libs#7273Bo98 merged 1 commit intoHomebrew:masterfrom jonchang:python-cellar-build-deps
Bo98 merged 1 commit intoHomebrew:masterfrom
jonchang:python-cellar-build-deps
Conversation
This avoids an unusual error message when Python is needed for building
(e.g., code generation) but is not used at runtime.
```
==> brew audit recode --online
Error: 1 problem in 1 formula detected
recode:
* Packages have been installed for:
but this formula depends on:
Python 3.7
```
Bo98
approved these changes
Apr 4, 2020
Member
Bo98
left a comment
There was a problem hiding this comment.
Yeah that makes sense - my bad. Thanks!
Contributor
Author
|
Thanks @Bo98! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This avoids an unusual error message when Python is needed for building (e.g., code generation) and files are installed to
libbut Python is not used at runtime.Needed for https://github.com/Homebrew/linuxbrew-core/pull/19996
Because build-time dependencies are uninstalled on test-bot, this audit shouldn't be triggered as no Python libraries are actually installed to
lib.brew stylewith your changes locally?brew testswith your changes locally?