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.
pkgconf
1 parent 13c19b0 commit d64e732Copy full SHA for d64e732
Formula/x/xrootd.rb
@@ -18,7 +18,7 @@ class Xrootd < Formula
18
end
19
20
depends_on "cmake" => :build
21
- depends_on "pkg-config" => :build
+ depends_on "pkgconf" => :build
22
depends_on "[email protected]" => [:build, :test]
23
depends_on "davix"
24
depends_on "krb5"
@@ -67,9 +67,9 @@ def install
67
test do
68
assert_match version.to_s, shell_output("#{bin}/xrootd -v 2>&1")
69
70
- system python3, "-c", <<~EOS
+ system python3, "-c", <<~PYTHON
71
import XRootD
72
from XRootD import client
73
- EOS
+ PYTHON
74
75
0 commit comments