pwntools: depend on python@2
This commit is contained in:
parent
c587ac03e1
commit
71459715b4
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Pwntools < Formula
|
|||
sha256 "d91c5982da9494c2cc4f4eca62ee02dff1b735f836602e62f425f51b5239a89b" => :el_capitan
|
||||
end
|
||||
|
||||
depends_on "python@2" if MacOS.version <= :snow_leopard
|
||||
depends_on "python@2"
|
||||
depends_on "openssl"
|
||||
depends_on "binutils" => :recommended
|
||||
|
||||
|
|
Loading…
Reference in a new issue