Skip to content

Commit

Permalink
dvc: revision bump for [email protected]
Browse files Browse the repository at this point in the history
  • Loading branch information
bayandin authored and iMichka committed Apr 5, 2020
1 parent 5f9062c commit bc452dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/dvc.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ class Dvc < Formula
homepage "https://dvc.org"
url "https://github.com/iterative/dvc/archive/0.92.0.tar.gz"
sha256 "660087d41fa6d02bc72a585f3f505a4a559a217fed8be762d220912f3014b3e4"
revision 1

bottle do
cellar :any
Expand All @@ -16,11 +17,10 @@ class Dvc < Formula
depends_on "pkg-config" => :build
depends_on "apache-arrow"
depends_on "[email protected]"
# `apache-arrow` currently depends on Python 3.7
depends_on "python"
depends_on "[email protected]"

def install
venv = virtualenv_create(libexec, "python3")
venv = virtualenv_create(libexec, Formula["[email protected]"].opt_bin/"python3")

system libexec/"bin/pip", "install",
"--no-binary", ":all:",
Expand Down

0 comments on commit bc452dc

Please sign in to comment.