pwntools: remove useless option check

This commit is contained in:
FX Coudert 2019-06-19 13:19:43 +02:00
parent 656c31ed0b
commit d610820e0e

View file

@ -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)