From 9b3b6d605134924577a9d75abab79be36d0e330b Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Fri, 23 Oct 2015 20:29:03 +0800 Subject: [PATCH] pyenv: bottle unneeded --- Formula/pyenv.rb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Formula/pyenv.rb b/Formula/pyenv.rb index 7f2ed4a6e7..641fda2422 100644 --- a/Formula/pyenv.rb +++ b/Formula/pyenv.rb @@ -1,9 +1,11 @@ class Pyenv < Formula desc "Python version management" homepage "https://github.com/yyuu/pyenv" - head "https://github.com/yyuu/pyenv.git" url "https://github.com/yyuu/pyenv/archive/v20151006.tar.gz" sha256 "ffc6b00103145c137031650895465bcb85fd684fc54d4b13e4e9a3e3f63cc6c9" + head "https://github.com/yyuu/pyenv.git" + + bottle :unneeded depends_on "autoconf" => [:recommended, :run] depends_on "pkg-config" => [:recommended, :run]