From 7c6aa76a2a64444d48a28d69a49f2763d7e588c7 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Mon, 13 Mar 2017 17:58:31 -0700 Subject: [PATCH] Fix brew audit failure --- .travis/autobrew.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/autobrew.py b/.travis/autobrew.py index 01d8c6b5..ba216b9c 100644 --- a/.travis/autobrew.py +++ b/.travis/autobrew.py @@ -12,7 +12,7 @@ class Ocrmypdf < Formula ${ocrmypdf_sha256} depends_on :python3 - depends_on "pkg-config" + depends_on "pkg-config" => :build depends_on "libffi" depends_on "tesseract" depends_on "ghostscript"