From 0040423ecf107bed54733d69971c496be93094cb Mon Sep 17 00:00:00 2001 From: Michael Cho Date: Sat, 23 Apr 2022 20:12:09 -0700 Subject: [PATCH] buku: migrate to python@3.10 Closes #99991. Signed-off-by: Rui Chen Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/buku.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/buku.rb b/Formula/buku.rb index d436acb070589..74f12618396db 100644 --- a/Formula/buku.rb +++ b/Formula/buku.rb @@ -6,7 +6,7 @@ class Buku < Formula url "https://files.pythonhosted.org/packages/94/96/1d62b1346c07f8abc661fa499fef0acc7a110735e5b768b8899e58be8dc5/buku-4.6.tar.gz" sha256 "e598045dc6b41121f2b706355d41e771aca9d30df71880fdeaed6f2f670d8dd8" license "GPL-3.0-or-later" - revision 2 + revision 3 head "https://github.com/jarun/buku.git", branch: "master" bottle do @@ -20,7 +20,7 @@ class Buku < Formula depends_on "rust" => :build depends_on "openssl@1.1" - depends_on "python@3.9" + depends_on "python@3.10" depends_on "six" uses_from_macos "expect" => :test @@ -243,7 +243,7 @@ def install -re ".*ERROR.*" { exit 1 } "1. Title unknown" } - spawn sleep 5 + spawn sleep 10 EOS system expect, "-f", "import"