ford: depend on python instead of :python
This commit is contained in:
parent
c056d5cb90
commit
9061da6026
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ class Ford < Formula
|
|||
option "without-lxml", "Do not install lxml to improve the speed of search database generation"
|
||||
|
||||
depends_on "graphviz"
|
||||
depends_on :python if MacOS.version <= :snow_leopard
|
||||
depends_on "python" if MacOS.version <= :snow_leopard
|
||||
|
||||
resource "beautifulsoup4" do
|
||||
url "https://files.pythonhosted.org/packages/86/ea/8e9fbce5c8405b9614f1fd304f7109d9169a3516a493ce4f7f77c39435b7/beautifulsoup4-4.5.1.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue