Skip to content

Commit

Permalink
swatchbooker: fix python module import.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Mar 12, 2014
1 parent 102df01 commit 3ad1d37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/swatchbooker.rb
Expand Up @@ -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'

Expand Down

0 comments on commit 3ad1d37

Please sign in to comment.