blast: depend on python@2
This commit is contained in:
parent
e0f9d0bae3
commit
8a1a097c80
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Blast < Formula
|
|||
end
|
||||
|
||||
depends_on "lmdb"
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2"
|
||||
|
||||
def install
|
||||
cd "c++" do
|
||||
|
|
Loading…
Reference in a new issue