From 27198acc2bdf3bed44a244145d8676eb389d73d4 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Sun, 23 Jun 2024 17:57:29 -0700 Subject: [PATCH] python-urllib3: disable --- Formula/p/python-urllib3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/p/python-urllib3.rb b/Formula/p/python-urllib3.rb index 62a2b9634fffd5..61e70afa58b960 100644 --- a/Formula/p/python-urllib3.rb +++ b/Formula/p/python-urllib3.rb @@ -15,7 +15,7 @@ class PythonUrllib3 < Formula sha256 cellar: :any_skip_relocation, x86_64_linux: "a93d805dc32d35932eeb16e26b24bf513e53815cea88aada3d5da426bf91fa07" end - deprecate! date: "2024-03-14", because: "does not meet homebrew/core's requirements for Python library formulae" + disable! date: "2024-06-23", because: "does not meet homebrew/core's requirements for Python library formulae" depends_on "python@3.11" => [:build, :test] depends_on "python@3.12" => [:build, :test]