Skip to content
Snippets Groups Projects
Commit f950261b authored by Mike McQuaid's avatar Mike McQuaid
Browse files

tuntap_requirement: remove formula reference.

We’re just supporting the Cask now.
parent 388876c2
No related branches found
No related tags found
No related merge requests found
......@@ -2,9 +2,8 @@ require "requirement"
class TuntapRequirement < Requirement
fatal true
default_formula "tuntap"
cask "tuntap"
satisfy(:build_env => false) { self.class.binary_tuntap_installed? || Formula["tuntap"].installed? }
satisfy(:build_env => false) { self.class.binary_tuntap_installed? }
def self.binary_tuntap_installed?
%w[
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment