pygobject3: added comment to clarify which tests are which.
Closes Homebrew/homebrew#26929. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
parent
3514169fec
commit
85a8d34920
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue