protobuf@3.1: depend on python instead of :python

master
ilovezfs 2018-01-01 11:42:39 -08:00
parent 76225f3863
commit 53b6b898f1
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ class ProtobufAT31 < Formula
depends_on "autoconf" => :build
depends_on "automake" => :build
depends_on "libtool" => :build
depends_on :python => :recommended if MacOS.version <= :snow_leopard
depends_on "python" => :recommended if MacOS.version <= :snow_leopard
resource "appdirs" do
url "https://files.pythonhosted.org/packages/bd/66/0a7f48a0f3fb1d3a4072bceb5bbd78b1a6de4d801fb7135578e7c7b1f563/appdirs-1.4.0.tar.gz"