pwntools: fix dependency order

This commit is contained in:
commitay 2018-09-18 11:26:24 +10:00
parent 05116900f1
commit 6c008c025f

View file

@ -14,8 +14,8 @@ class Pwntools < Formula
sha256 "d91c5982da9494c2cc4f4eca62ee02dff1b735f836602e62f425f51b5239a89b" => :el_capitan sha256 "d91c5982da9494c2cc4f4eca62ee02dff1b735f836602e62f425f51b5239a89b" => :el_capitan
end end
depends_on "python@2"
depends_on "openssl" depends_on "openssl"
depends_on "python@2"
depends_on "binutils" => :recommended depends_on "binutils" => :recommended
if Tab.for_name("moreutils").with?("errno") if Tab.for_name("moreutils").with?("errno")