Skip to content

Commit

Permalink
Merge pull request #198490 from Homebrew/pkgconf-migrations-a
Browse files Browse the repository at this point in the history
a*: migrate to `pkgconf`
  • Loading branch information
BrewTestBot authored Nov 22, 2024
2 parents d92e38a + 0655695 commit 1a75c53
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Formula/a/ansible-lint.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class AnsibleLint < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "6c8ee000d26f840190539411f333f6d32541d679129595d391c99cc90a309cb1"
end

depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "rust" => :build # for rpds-py
depends_on "ansible" => :test
depends_on "cryptography"
Expand Down
4 changes: 2 additions & 2 deletions Formula/a/[email protected]
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ class AnsibleAT8 < Formula
# https://docs.ansible.com/ansible/latest/reference_appendices/release_and_maintenance.html#ansible-community-package-release-cycle
disable! date: "2024-12-14", because: :unmaintained

# `pkg-config` and `rust` are for bcrypt
depends_on "pkg-config" => :build
# `pkgconf` and `rust` are for bcrypt
depends_on "pkgconf" => :build
depends_on "rust" => :build
depends_on "libsodium" # for pynacl
depends_on "libyaml"
Expand Down
2 changes: 1 addition & 1 deletion Formula/a/avro-cpp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class AvroCpp < Formula
end

depends_on "cmake" => :build
depends_on "pkg-config" => :build
depends_on "pkgconf" => :build
depends_on "boost"

def install
Expand Down
4 changes: 2 additions & 2 deletions Formula/a/azure-cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ class AzureCli < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "ff63d27dc6262753ee4406650111ce108893a0de1bc7e6a97f9e9a68f29e949f"
end

# `pkg-config`, `rust`, and `openssl@3` are for cryptography.
depends_on "pkg-config" => :build
# `pkgconf`, `rust`, and `openssl@3` are for cryptography.
depends_on "pkgconf" => :build
depends_on "rust" => :build
depends_on "libsodium"
depends_on "libyaml"
Expand Down

0 comments on commit 1a75c53

Please sign in to comment.