fbi-servefiles: depend on python@2
This commit is contained in:
parent
d2ecf9e9d9
commit
2a54a0722c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ class FbiServefiles < Formula
|
|||
sha256 "567ba0e6e5470c47832d4acfd7a2b61adfece4758e847a7c83955e9973aee16b" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2"
|
||||
|
||||
def install
|
||||
venv = virtualenv_create(libexec)
|
||||
|
|
Loading…
Reference in a new issue