redland: depend on python instead of :python

This commit is contained in:
ilovezfs 2018-01-01 11:59:10 -08:00
parent 2a7bdf111d
commit 94dfc4bddc

View file

@ -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"