From 94c419763d61cb72e79e39718e81958a808b9a79 Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Fri, 20 Sep 2024 16:03:33 -0400 Subject: [PATCH] libxmlsec1: remove `xcode` dependency --- Formula/lib/libxmlsec1.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/Formula/lib/libxmlsec1.rb b/Formula/lib/libxmlsec1.rb index 35a6cc5f988a..1f1ffca817a7 100644 --- a/Formula/lib/libxmlsec1.rb +++ b/Formula/lib/libxmlsec1.rb @@ -22,7 +22,6 @@ class Libxmlsec1 < Formula end depends_on "pkg-config" => :build - depends_on xcode: :build depends_on "gnutls" # Yes, it wants both ssl/tls variations depends_on "libgcrypt" depends_on "libxml2"