Skip to content

Commit

Permalink
genometools: depend on python@2
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Apr 9, 2018
1 parent 8609358 commit e2e89bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/genometools.rb
Expand Up @@ -16,7 +16,7 @@ class Genometools < Formula
depends_on "pkg-config" => :build
depends_on "cairo"
depends_on "pango"
depends_on "python@2" if MacOS.version <= :snow_leopard
depends_on "python@2"

def install
system "make", "prefix=#{prefix}"
Expand Down

0 comments on commit e2e89bb

Please sign in to comment.