aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2014-05-01 21:10:47 +0100
committerMike McQuaid2014-05-06 19:34:04 +0100
commitf84a9341b629de5653a69ee3b947b7c8a933ddc3 (patch)
treef98db7c340a40c6e0742ccae89ca5f04d7ab0c1f
parent743fda986a52e966a3dc85b46bc354ffd58991fd (diff)
downloadhomebrew-f84a9341b629de5653a69ee3b947b7c8a933ddc3.tar.bz2
varnish: don't depend on :python.
Use the system Python instead.
-rw-r--r--Library/Formula/varnish.rb1
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"