protobuf@3.1: depend on python instead of :python
parent
76225f3863
commit
53b6b898f1
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue