From a1d1da3259cddf81570db6c77c9c5e2cb9737f14 Mon Sep 17 00:00:00 2001 From: Branch Vincent Date: Tue, 5 Oct 2021 19:06:35 -0400 Subject: [PATCH] python-tk@3.10: make keg-only Closes #86469. Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/python-tk@3.10.rb | 3 +++ audit_exceptions/versioned_keg_only_allowlist.json | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Formula/python-tk@3.10.rb b/Formula/python-tk@3.10.rb index 3b8a6405d67..a7ae9788631 100644 --- a/Formula/python-tk@3.10.rb +++ b/Formula/python-tk@3.10.rb @@ -5,6 +5,7 @@ class PythonTkAT310 < Formula url "https://www.python.org/ftp/python/3.10.0/Python-3.10.0.tgz" sha256 "c4e0cbad57c90690cb813fb4663ef670b4d0f587d8171e2c42bd4c9245bd2758" license "Python-2.0" + revision 1 livecheck do formula "python@3.10" @@ -18,6 +19,8 @@ class PythonTkAT310 < Formula sha256 x86_64_linux: "33e5057494f2cbbeba821221aa97de4c3729c825cf2f47e583081d5bff55267b" end + keg_only :versioned_formula + depends_on "python@3.10" depends_on "tcl-tk" diff --git a/audit_exceptions/versioned_keg_only_allowlist.json b/audit_exceptions/versioned_keg_only_allowlist.json index 62e2d3d9aae..66ab6c7002d 100644 --- a/audit_exceptions/versioned_keg_only_allowlist.json +++ b/audit_exceptions/versioned_keg_only_allowlist.json @@ -25,6 +25,5 @@ "pyqt@5", "python@3.9", "python-tk@3.9", - "python-tk@3.10", "wxwidgets@3.0" ]