From 2787eaa853948964e704db18410ac180879d9390 Mon Sep 17 00:00:00 2001 From: Xu Cheng Date: Wed, 4 Feb 2015 18:49:19 +0800 Subject: [PATCH] pyenv-pip-rehash: boneyarded Since pyenv v20141211, it bundles built-in pip-rehash feature. Closes Homebrew/homebrew#36524. Signed-off-by: Mike McQuaid --- Library/Homebrew/tap_migrations.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/Library/Homebrew/tap_migrations.rb b/Library/Homebrew/tap_migrations.rb index 2710e679bb..3d663fb595 100644 --- a/Library/Homebrew/tap_migrations.rb +++ b/Library/Homebrew/tap_migrations.rb @@ -123,6 +123,7 @@ TAP_MIGRATIONS = { "prooftree" => "homebrew/x11", "pulse" => "homebrew/boneyard", "py3cairo" => "homebrew/x11", + "pyenv-pip-rehash" => "homebrew/boneyard", "pyxplot" => "homebrew/x11", "qfits" => "homebrew/boneyard", "qrupdate" => "homebrew/science",