avro-c conflicts with xz
This commit is contained in:
parent
2706adcab3
commit
ef43a15d59
1 changed files with 3 additions and 0 deletions
|
@ -5,6 +5,9 @@ class AvroC < Formula
|
|||
url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.6.3/c/avro-c-1.6.3.tar.gz'
|
||||
md5 'af3f15605b47d02719706e5d67de8e75'
|
||||
|
||||
# probably should be an optional dep
|
||||
conflicts_with 'xz'
|
||||
|
||||
depends_on 'cmake' => :build
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue