From beaebd0c946ea8218ea07e094ddf8dcce299f646 Mon Sep 17 00:00:00 2001 From: Michka Popoff Date: Mon, 18 May 2020 21:31:08 +0200 Subject: [PATCH] protobuf@3.7: depend on python@3.7 Closes #54912. Signed-off-by: Mike McQuaid --- Formula/protobuf@3.7.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/protobuf@3.7.rb b/Formula/protobuf@3.7.rb index 9e0c26e3adaf2..f0d227a679e14 100644 --- a/Formula/protobuf@3.7.rb +++ b/Formula/protobuf@3.7.rb @@ -21,7 +21,7 @@ class ProtobufAT37 < Formula depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build - depends_on "python" => [:build, :test] + depends_on "python@3.7" => [:build, :test] resource "six" do url "https://files.pythonhosted.org/packages/dd/bf/4138e7bfb757de47d1f4b6994648ec67a51efe58fa907c1e11e350cddfca/six-1.12.0.tar.gz"