From a910d00ebdcdf50b8df664817ebf92d450dcc891 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Thu, 9 Dec 2021 23:10:35 +0100 Subject: [PATCH] crun: migrate to python@3.10 --- Formula/crun.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/crun.rb b/Formula/crun.rb index e8e19f931b887..ebef24533d2f8 100644 --- a/Formula/crun.rb +++ b/Formula/crun.rb @@ -14,7 +14,7 @@ class Crun < Formula depends_on "go-md2man" => :build depends_on "libtool" => :build depends_on "pkg-config" => :build - depends_on "python@3.9" => :build + depends_on "python@3.10" => :build depends_on "libcap" depends_on "libseccomp"