Skip to content

Commit

Permalink
certbot: remove duplicate pkg-config dependency
Browse files Browse the repository at this point in the history
It is already declared as a build dependency for all platforms.
  • Loading branch information
ZhongRuoyu committed Apr 24, 2023
1 parent 7ee397e commit 4ac3c4f
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Formula/certbot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,6 @@ class Certbot < Formula

uses_from_macos "libffi"

on_linux do
depends_on "pkg-config" => :build
end

resource "acme" do
url "https://files.pythonhosted.org/packages/22/90/4de0868b48415b757ccc8afd9a51092123050d121b70bbfa0a0dbdb626d9/acme-2.5.0.tar.gz"
sha256 "9c760b115c54f55f692321abe5d09f5c70ce437e61f9f22340341621d9909a5a"
Expand Down

0 comments on commit 4ac3c4f

Please sign in to comment.