ponysay: fix sandbox install

Closes Homebrew/homebrew#43883.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
Tim D. Smith 2015-09-13 11:30:24 -07:00
parent 0656230a29
commit 0b4d9a9c3c

View file

@ -14,6 +14,13 @@ class Ponysay < Formula
depends_on :python3
depends_on "coreutils"
# fix shell completion install paths
# https://github.com/erkin/ponysay/pull/225
patch do
url "https://github.com/tdsmith/ponysay/commit/44fb0f85821eb34a811abb27d2c601a5d30af1f1.diff"
sha256 "0570b94a1179c189291cd9bad28cb93762aeed5ad6bbc3536027e178d0e6b9df"
end
def install
system "./setup.py",
"--freedom=partial",