aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/pygobject3.rb2
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