pdf-redact-tools: fix dependency order

This commit is contained in:
commitay 2018-09-18 11:26:18 +10:00
parent 839adfb30f
commit 7c05eb1dec

View file

@ -14,10 +14,10 @@ class PdfRedactTools < Formula
sha256 "2f365098071c52ccf595a93d708dec02fa25fbaee0a9c0a30026b20d313b8147" => :el_capitan
end
depends_on "python@2"
depends_on "imagemagick"
depends_on "exiftool"
depends_on "ghostscript"
depends_on "imagemagick"
depends_on "python@2"
def install
ENV.prepend_create_path "PYTHONPATH", libexec/"lib/python2.7/site-packages"