From 484b2e43986ba7ce55d9bf28a836622ac74936a3 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Wed, 12 Mar 2014 13:28:28 +0000 Subject: swatchbooker: fix python module import. --- Library/Formula/swatchbooker.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') diff --git a/Library/Formula/swatchbooker.rb b/Library/Formula/swatchbooker.rb index 62d54e901..f3f340f89 100644 --- a/Library/Formula/swatchbooker.rb +++ b/Library/Formula/swatchbooker.rb @@ -6,7 +6,7 @@ class Swatchbooker < Formula sha1 'fd2e46c278e762dc0c3ed69f824ab620773f153e' depends_on :python - depends_on 'PIL' => :python + depends_on "pillow" => [:python, "PIL"] depends_on 'little-cms' => 'with-python' depends_on 'pyqt' -- cgit v1.2.3