-
-
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
Various #546
Various #546
Conversation
gevix2 failed on Mavericks only.
Couldn't tell you what that means. |
It's certainly an interesting one. I suspect I'm going to have to roll a Mavericks VM later today/tomorrow to look it over, which is a minor annoyance. |
Could it possibly be related to Homebrew/brew#141, which is now merged? @BrewTestBot test this please. |
@DomT4 The problem is Maverick's python.
A workaround, at least for the bottle case, is
@tdsmith Is there a typical workaround for this particular failure other than resorting to brew's python? |
Also use Homebrew's Python on 10.9 and below to resolve a problem with the system Python's on that platform.
I'd forgotten about this to be honest with everything else going on. depends_on "python" if MacOS.version <= :mavericks Seems a fine compromise to me given the formula depends on |
brew install <formula>
(where<formula>
is the name of the formula you're submitting)?brew audit --strict --online <formula>
(after doingbrew install <formula>
)?Description
More fixes related to #342.