pdf-redact-tools: fix dependency order
This commit is contained in:
parent
839adfb30f
commit
7c05eb1dec
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue