We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a315c90 commit 4ac9605Copy full SHA for 4ac9605
Formula/w/woof.rb
@@ -9,14 +9,12 @@ class Woof < Formula
9
revision 1
10
head "https://github.com/simon-budig/woof.git", branch: "master"
11
12
- no_autobump! because: :requires_manual_review
13
-
14
bottle do
15
rebuild 1
16
sha256 cellar: :any_skip_relocation, all: "cfc359d1f134edad9eb8e9f5fa9542486b3934dfc2c3f56e694c2557460a47b8"
17
end
18
19
- depends_on "python@3.13"
+ uses_from_macos "python"
20
21
conflicts_with "woof-doom", because: "both install `woof` binaries"
22
@@ -27,7 +25,7 @@ class Woof < Formula
27
25
28
26
29
def install
30
- rewrite_shebang detected_python_shebang, "woof"
+ rewrite_shebang detected_python_shebang(use_python_from_path: true), "woof"
31
bin.install "woof"
32
33
0 commit comments