diff options
| author | Misty De Meo | 2013-08-28 20:07:37 -0700 |
|---|---|---|
| committer | Misty De Meo | 2013-08-28 20:08:24 -0700 |
| commit | 4f95ebf25cd2b68fb88b96562e113fef87a21335 (patch) | |
| tree | 6ea5ef9474857335cade8d6b1f819eb5c7856fb9 /Library/Formula | |
| parent | e961674d2b5d31ae86121609e70c57725d5e68b4 (diff) | |
| download | homebrew-4f95ebf25cd2b68fb88b96562e113fef87a21335.tar.bz2 | |
swatchbooker: prefer pillow from pip
We've removed our PIL formula, and pillow is apparently more modern.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/swatchbooker.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
