pwntools: fix dependency order
This commit is contained in:
parent
05116900f1
commit
6c008c025f
1 changed files with 1 additions and 1 deletions
|
@ -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")
|
||||||
|
|
Loading…
Reference in a new issue