diff options
| author | David Wales | 2014-02-23 12:32:24 +1100 |
|---|---|---|
| committer | Adam Vandenberg | 2014-02-22 20:00:16 -0800 |
| commit | 37fdbad0457ac0dbf06f5ebcc0df47cd5db33c3b (patch) | |
| tree | 89ed8b8cd2bce63bae7aa807a55b9f30b1b7bb56 /Library/Formula/pygobject3.rb | |
| parent | 6e247dc4432835a2d1b410db48079f6c0ccc75ef (diff) | |
| download | homebrew-37fdbad0457ac0dbf06f5ebcc0df47cd5db33c3b.tar.bz2 | |
pygobject3: added comment to clarify which tests are which.
Closes #26929.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/pygobject3.rb')
| -rw-r--r-- | Library/Formula/pygobject3.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/pygobject3.rb b/Library/Formula/pygobject3.rb index 03fe50bf4..4ce5d6467 100644 --- a/Library/Formula/pygobject3.rb +++ b/Library/Formula/pygobject3.rb @@ -33,6 +33,8 @@ class Pygobject3 < Formula depends_on 'pkg-config' => :build + # these dependencies are not required for `brew test`, but rather for + # the tests included with the source code. if build.with? 'tests' depends_on 'automake' => :build depends_on 'autoconf' => :build |
