From 4f95ebf25cd2b68fb88b96562e113fef87a21335 Mon Sep 17 00:00:00 2001 From: Misty De Meo Date: Wed, 28 Aug 2013 20:07:37 -0700 Subject: swatchbooker: prefer pillow from pip We've removed our PIL formula, and pillow is apparently more modern. --- Library/Formula/swatchbooker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library/Formula') diff --git a/Library/Formula/swatchbooker.rb b/Library/Formula/swatchbooker.rb index a476300d8..4c0a78d8b 100644 --- a/Library/Formula/swatchbooker.rb +++ b/Library/Formula/swatchbooker.rb @@ -6,8 +6,8 @@ class Swatchbooker < Formula sha1 'fd2e46c278e762dc0c3ed69f824ab620773f153e' depends_on :python + depends_on :python => ["PIL" => 'pillow'] depends_on 'little-cms' => 'with-python' - depends_on 'pil' depends_on 'pyqt' def patches -- cgit v1.2.3