aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/python3.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2011-09-01 13:22:44 -0700
committerAdam Vandenberg2011-09-01 13:22:44 -0700
commit928f89f1d8ecb851157fa7ae4bc710d85e5a5d66 (patch)
tree136aa327a89dca2472b9c1e24c5179156f7b8112 /Library/Formula/python3.rb
parentedeb03552091f5d88cff674259a88d477e44c810 (diff)
downloadhomebrew-928f89f1d8ecb851157fa7ae4bc710d85e5a5d66.tar.bz2
Python 3: Checks for pkg-config during configure
Diffstat (limited to 'Library/Formula/python3.rb')
-rw-r--r--Library/Formula/python3.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/python3.rb b/Library/Formula/python3.rb
index b9d3d1ae3..df8ac1a7e 100644
--- a/Library/Formula/python3.rb
+++ b/Library/Formula/python3.rb
@@ -17,6 +17,8 @@ class Python3 < Formula
homepage 'http://www.python.org/'
md5 'f0869ba3f3797aacb1f954ef24c256f3'
+ depends_on 'pkg-config' => :build
+
depends_on 'readline' => :optional # Prefer over OS X's libedit
depends_on 'sqlite' => :optional # Prefer over OS X's older version
depends_on 'gdbm' => :optional