Skip to content

Commit

Permalink
bandcamp-dl: depend on python3 instead of :python3
Browse files Browse the repository at this point in the history
  • Loading branch information
ilovezfs committed Jan 11, 2018
1 parent 77bbbcd commit ec13dec
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Formula/bandcamp-dl.rb
Expand Up @@ -6,6 +6,7 @@ class BandcampDl < Formula
url "https://github.com/iheanyi/bandcamp-dl/archive/v0.0.8-08.tar.gz"
version "0.0.8-08"
sha256 "37b0a6e3714de74c6542e1ef1de7c6801b87bfa8022504600706702f87e2118d"
revision 1
head "https://github.com/iheanyi/bandcamp-dl.git"

bottle do
Expand All @@ -15,7 +16,7 @@ class BandcampDl < Formula
sha256 "771cbe29cc8bbdaf9b1d6cc3eb9b389e73215c530980c3f9aa41085c6ae46f89" => :el_capitan
end

depends_on :python3
depends_on "python3"

resource "Unidecode" do
url "https://files.pythonhosted.org/packages/0e/26/6a4295c494e381d56bba986893382b5dd5e82e2643fc72e4e49b6c99ce15/Unidecode-0.04.21.tar.gz"
Expand Down

0 comments on commit ec13dec

Please sign in to comment.