From 3d75f86ddbd2ecdc73b8b4e93ff38bc1b78e4a8f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 30 Apr 2014 23:36:56 +0100 Subject: [PATCH] deheader: don't depend on :python. Use the system Python instead. --- Formula/deheader.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/Formula/deheader.rb b/Formula/deheader.rb index 1498a7a470..6b8783d442 100644 --- a/Formula/deheader.rb +++ b/Formula/deheader.rb @@ -6,8 +6,6 @@ class Deheader < Formula sha1 '4527b4675a7b06d728cfa989a3b7844cdf091b40' head 'https://git.gitorious.org/deheader/deheader.git' - depends_on :python - def install bin.install "deheader" man1.install "deheader.1"