dvc: use openssl@1.1
Closes #46829. Signed-off-by: FX Coudert <fxcoudert@gmail.com>
This commit is contained in:
parent
c0752f66e5
commit
b68bb71a67
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue