diff options
| author | Mike McQuaid | 2014-05-01 21:10:47 +0100 | 
|---|---|---|
| committer | Mike McQuaid | 2014-05-06 19:34:04 +0100 | 
| commit | f84a9341b629de5653a69ee3b947b7c8a933ddc3 (patch) | |
| tree | f98db7c340a40c6e0742ccae89ca5f04d7ab0c1f | |
| parent | 743fda986a52e966a3dc85b46bc354ffd58991fd (diff) | |
| download | homebrew-f84a9341b629de5653a69ee3b947b7c8a933ddc3.tar.bz2 | |
varnish: don't depend on :python.
Use the system Python instead.
| -rw-r--r-- | Library/Formula/varnish.rb | 1 | 
1 files changed, 0 insertions, 1 deletions
| diff --git a/Library/Formula/varnish.rb b/Library/Formula/varnish.rb index 0d18aa298..11c639a1c 100644 --- a/Library/Formula/varnish.rb +++ b/Library/Formula/varnish.rb @@ -13,7 +13,6 @@ class Varnish < Formula    depends_on 'pkg-config' => :build    depends_on 'pcre' -  depends_on :python    resource "docutils" do      url "https://pypi.python.org/packages/source/d/docutils/docutils-0.11.tar.gz" | 
