pdf-redact-tools: add comment

This commit is contained in:
FX Coudert 2018-10-10 17:02:09 +02:00
parent 0c30695fe8
commit 875a1f985e

View file

@ -17,7 +17,7 @@ class PdfRedactTools < Formula
depends_on "exiftool"
depends_on "ghostscript"
depends_on "imagemagick"
depends_on "python@2"
depends_on "python@2" # does not support Python 3
def install
ENV.prepend_create_path "PYTHONPATH", libexec/"lib/python2.7/site-packages"