diff options
| author | Jack Nagel | 2014-05-22 21:14:54 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-05-22 21:14:55 -0500 |
| commit | 57c006637d3536fc7c398b9d4bcec5ef3df9b8f3 (patch) | |
| tree | 08b10027868ad7fe0de73fe9330a3809ca6fe0c9 | |
| parent | e5ec629ef0dd639d2cc31cfc931517baeba0a017 (diff) | |
| download | homebrew-57c006637d3536fc7c398b9d4bcec5ef3df9b8f3.tar.bz2 | |
pyexiv2 needs boost-python
| -rw-r--r-- | Library/Formula/pyexiv2.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pyexiv2.rb b/Library/Formula/pyexiv2.rb index 649bd59d1..0c02085e6 100644 --- a/Library/Formula/pyexiv2.rb +++ b/Library/Formula/pyexiv2.rb @@ -7,7 +7,7 @@ class Pyexiv2 < Formula depends_on 'scons' => :build depends_on 'exiv2' - depends_on 'boost' + depends_on 'boost' => 'with-python' # Patch to use Framework Python patch :DATA |
