From c0429f60f6dd5b2bf536d79277087d599d075813 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Tue, 30 Dec 2014 10:35:24 +0000 Subject: fig, tutum: add conflicts_with. --- Library/Formula/fig.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula/fig.rb') diff --git a/Library/Formula/fig.rb b/Library/Formula/fig.rb index 55144355e..686cf4048 100644 --- a/Library/Formula/fig.rb +++ b/Library/Formula/fig.rb @@ -15,6 +15,8 @@ class Fig < Formula depends_on :python if MacOS.version <= :snow_leopard depends_on "libyaml" + conflicts_with "tutum", :because => "both install `wsdump.py` binaries" + resource "docopt" do url "https://pypi.python.org/packages/source/d/docopt/docopt-0.6.1.tar.gz" sha1 "3d0ad1cf495d2c801327042e02d67b4ee4b85cd4" -- cgit v1.2.3