From d610820e0e45308ea2d415db9f4184031b431cd5 Mon Sep 17 00:00:00 2001 From: FX Coudert Date: Wed, 19 Jun 2019 13:19:43 +0200 Subject: [PATCH] pwntools: remove useless option check --- Formula/pwntools.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Formula/pwntools.rb b/Formula/pwntools.rb index d7010c7e36..8a0b7eed39 100644 --- a/Formula/pwntools.rb +++ b/Formula/pwntools.rb @@ -16,9 +16,7 @@ class Pwntools < Formula depends_on "openssl" depends_on "python@2" # does not support Python 3 - if Tab.for_name("moreutils").with?("errno") - conflicts_with "moreutils", :because => "Both install `errno` binaries" - end + conflicts_with "moreutils", :because => "Both install `errno` binaries" def install venv = virtualenv_create(libexec)