diff --git a/Formula/httpstat.rb b/Formula/httpstat.rb index 11f2d61b66..1ab60bac11 100644 --- a/Formula/httpstat.rb +++ b/Formula/httpstat.rb @@ -6,8 +6,6 @@ class Httpstat < Formula bottle :unneeded - depends_on "python@2" - def install bin.install "httpstat.py" => "httpstat" end