From 928f89f1d8ecb851157fa7ae4bc710d85e5a5d66 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Thu, 1 Sep 2011 13:22:44 -0700 Subject: Python 3: Checks for pkg-config during configure --- Library/Formula/python3.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library/Formula/python3.rb') 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 -- cgit v1.2.3