pwntools: add comment

Closes #32875.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
FX Coudert 2018-10-10 14:33:31 +02:00
parent c00a1772ab
commit ea30a6b421

View file

@ -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"