pwntools: depend on python instead of :python

master
ilovezfs 2018-01-01 11:42:39 -08:00
parent 440a7b3a94
commit d6ad459c62
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class Pwntools < Formula
sha256 "00fac40376d2d563ee475215717bb288380435e41344d513bc6b45489e9123c2" => :el_capitan
end
depends_on :python if MacOS.version <= :snow_leopard
depends_on "python" if MacOS.version <= :snow_leopard
depends_on "openssl@1.1"
depends_on "binutils" => :recommended