From b68bb71a674f4252b3eb26d3314505f4428444e4 Mon Sep 17 00:00:00 2001 From: Ruslan Kuprieiev Date: Sun, 17 Nov 2019 03:13:17 +0200 Subject: [PATCH] dvc: use openssl@1.1 Closes #46829. Signed-off-by: FX Coudert --- Formula/dvc.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/dvc.rb b/Formula/dvc.rb index 80087c42c0..56f9360d50 100644 --- a/Formula/dvc.rb +++ b/Formula/dvc.rb @@ -5,6 +5,7 @@ class Dvc < Formula homepage "https://dvc.org" url "https://github.com/iterative/dvc/archive/0.68.1.tar.gz" sha256 "a072ebf2151213c61ac7e580e51dc1cecefa4cd840e4f7ae1927d6710312cfe0" + revision 1 bottle do sha256 "468ef9708661c771af6c40c70e8337fc62343aa42071c0154911b4383a033854" => :catalina @@ -13,7 +14,7 @@ class Dvc < Formula end depends_on "pkg-config" => :build - depends_on "openssl" + depends_on "openssl@1.1" depends_on "python" def install