aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/libcaca.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Formula/libcaca.rb b/Library/Formula/libcaca.rb
index 2db350bb0..860ab9cee 100644
--- a/Library/Formula/libcaca.rb
+++ b/Library/Formula/libcaca.rb
@@ -9,7 +9,6 @@ class Libcaca < Formula
option 'with-imlib2', 'Build with Imlib2 support'
depends_on :x11 if MacOS::X11.installed? or build.include? "with-imlib2"
- depends_on :python => :recommended
if build.include? "with-imlib2"
depends_on 'pkg-config' => :build