Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
redland: depend on python instead of :python
  • Loading branch information
ilovezfs committed Jan 1, 2018
1 parent 2a7bdf1 commit 94dfc4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/redland.rb
Expand Up @@ -23,7 +23,7 @@ class Redland < Formula
depends_on "unixodbc"
depends_on "sqlite" => :recommended
depends_on "berkeley-db" => :optional
depends_on :python => :optional
depends_on "python" => :optional

resource "bindings" do
url "http://download.librdf.org/source/redland-bindings-1.0.17.1.tar.gz"
Expand Down

0 comments on commit 94dfc4b

Please sign in to comment.