pyenv: fix to require readline.

Closes Homebrew/homebrew#48577.

Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
John Kirkham 2016-01-28 22:41:23 -05:00 committed by Dominyk Tiller
parent 834ac66403
commit 260b075135

View file

@ -10,6 +10,7 @@ class Pyenv < Formula
depends_on "autoconf" => [:recommended, :run]
depends_on "pkg-config" => [:recommended, :run]
depends_on "openssl" => :recommended
depends_on "readline" => [:recommended, :run]
def install
inreplace "libexec/pyenv", "/usr/local", HOMEBREW_PREFIX