pwntools: add comment
Closes #32875. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
c00a1772ab
commit
ea30a6b421
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ class Pwntools < Formula
|
|||
|
||||
depends_on "binutils"
|
||||
depends_on "openssl"
|
||||
depends_on "python@2"
|
||||
depends_on "python@2" # does not support Python 3
|
||||
|
||||
if Tab.for_name("moreutils").with?("errno")
|
||||
conflicts_with "moreutils", :because => "Both install `errno` binaries"
|
||||
|
|
Loading…
Reference in a new issue