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
parent
7d69202ce4
commit
cde60f08e2
|
@ -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"
|
||||
|
|
|
@ -2,5 +2,6 @@
|
|||
"anjuta",
|
||||
"hive",
|
||||
"predictionio",
|
||||
"sqoop"
|
||||
"sqoop",
|
||||
"watchman"
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue