diff options
Diffstat (limited to 'Library/Formula/python3.rb')
| -rw-r--r-- | Library/Formula/python3.rb | 2 |
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 |
