python formula: fix readline completion in repl

This commit is contained in:
Alexander Solovyov 2009-12-13 20:25:07 +02:00 committed by Max Howell
parent 52ab48460c
commit 8d46e19cd1

View file

@ -7,6 +7,11 @@ class Python <Formula
# You can build Python without readline, but you really don't want to.
depends_on 'readline' => :recommended
def patches
# don't append space after completion
{:p0 => ["http://bugs.python.org/file14599/python-2.6-readline.patch"]}
end
def options
[