From cde60f08e2878aaf185cbc3568937a96689d3ed9 Mon Sep 17 00:00:00 2001 From: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Date: Fri, 12 Nov 2021 15:40:33 +0800 Subject: [PATCH] watchman: migrate to Python 3.10 We need to add Watchman to the dependency conflict allowlist or else the audit will complain about the conflicting Python 3.9 from Rust, which shouldn't matter. Closes #89256. Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/watchman.rb | 2 +- .../versioned_dependencies_conflicts_allowlist.json | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Formula/watchman.rb b/Formula/watchman.rb index c105b693737..18aa40fe68f 100644 --- a/Formula/watchman.rb +++ b/Formula/watchman.rb @@ -29,7 +29,7 @@ class Watchman < Formula depends_on "libevent" depends_on "openssl@1.1" depends_on "pcre" - depends_on "python@3.9" + depends_on "python@3.10" on_linux do depends_on "gcc" diff --git a/audit_exceptions/versioned_dependencies_conflicts_allowlist.json b/audit_exceptions/versioned_dependencies_conflicts_allowlist.json index 5243930f7d9..78e241e8eef 100644 --- a/audit_exceptions/versioned_dependencies_conflicts_allowlist.json +++ b/audit_exceptions/versioned_dependencies_conflicts_allowlist.json @@ -2,5 +2,6 @@ "anjuta", "hive", "predictionio", - "sqoop" + "sqoop", + "watchman" ]