opencolorio: depend on python instead of :python
This commit is contained in:
parent
1fe1313813
commit
bc46a28a1d
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ class Opencolorio < Formula
|
|||
depends_on "cmake" => :build
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "little-cms2"
|
||||
depends_on :python => :optional
|
||||
depends_on "python" => :optional
|
||||
|
||||
# Fix build with libc++
|
||||
patch do
|
||||
|
|
Loading…
Reference in a new issue