genometools: rename python@2 dependency
This commit is contained in:
parent
a02c7907ff
commit
3adc93a71b
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ class Genometools < Formula
|
|||
depends_on "pkg-config" => :build
|
||||
depends_on "cairo"
|
||||
depends_on "pango"
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
|
||||
def install
|
||||
system "make", "prefix=#{prefix}"
|
||||
|
|
Loading…
Reference in a new issue