iproute2mac: use system python

This commit is contained in:
FX Coudert 2018-10-11 13:47:28 +02:00
parent e8883abee3
commit 7a73313826

View file

@ -3,11 +3,10 @@ class Iproute2mac < Formula
homepage "https://github.com/brona/iproute2mac"
url "https://github.com/brona/iproute2mac/releases/download/v1.2.1/iproute2mac-1.2.1.tar.gz"
sha256 "26dabecd2cf065c8354984a327784aad730fb019d67561bc2d00b415684ff39f"
revision 1
bottle :unneeded
depends_on "python@2"
def install
bin.install "src/ip.py" => "ip"
end