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>
master
Carlo Cabrera 2021-11-12 15:40:33 +08:00 committed by BrewTestBot
parent 7d69202ce4
commit cde60f08e2
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 3 additions and 2 deletions

View File

@ -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"

View File

@ -2,5 +2,6 @@
"anjuta",
"hive",
"predictionio",
"sqoop"
"sqoop",
"watchman"
]