Skip to content
This repository was archived by the owner on Oct 17, 2021. It is now read-only.

Commit 85a74e8

Browse files
authored
Make GraphViz a required dependency
Related to SwiftDocOrg/GraphViz#18
1 parent 24a9ec9 commit 85a74e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/swift-doc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class SwiftDoc < Formula
1111
head "https://github.com/SwiftDocOrg/swift-doc.git", shallow: false
1212

1313
depends_on xcode: ["12", :build]
14-
depends_on "graphviz" => :recommended
14+
depends_on "graphviz"
1515

1616
bottle do
1717
root_url "https://github.com/SwiftDocOrg/swift-doc/releases/download/1.0.0-beta.5"

0 commit comments

Comments
 (0)