Skip to content

Commit ac16fb3

Browse files
committed
yosys: use python from path
Signed-off-by: Rui Chen <[email protected]>
1 parent 7c77a99 commit ac16fb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Formula/y/yosys.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ class Yosys < Formula
1919

2020
depends_on "bison" => :build
2121
depends_on "pkg-config" => :build
22-
depends_on "[email protected]"
2322
depends_on "readline"
2423

2524
uses_from_macos "flex"
2625
uses_from_macos "libffi", since: :catalina
26+
uses_from_macos "python"
2727
uses_from_macos "tcl-tk"
2828
uses_from_macos "zlib"
2929

0 commit comments

Comments
 (0)