httpstat: use system python

This commit is contained in:
FX Coudert 2018-10-11 09:04:44 +02:00
parent 49e2681e5e
commit da8cbc096f

View file

@ -6,8 +6,6 @@ class Httpstat < Formula
bottle :unneeded
depends_on "python@2"
def install
bin.install "httpstat.py" => "httpstat"
end