Skip to content

Commit

Permalink
buku: migrate to python@3.10
Browse files Browse the repository at this point in the history
Closes #99991.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
  • Loading branch information
cho-m authored and BrewTestBot committed Apr 24, 2022
1 parent eb5571c commit 0040423
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/buku.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -243,7 +243,7 @@ def install
-re ".*ERROR.*" { exit 1 }
"1. Title unknown"
}
spawn sleep 5
spawn sleep 10
EOS
system expect, "-f", "import"

Expand Down

0 comments on commit 0040423

Please sign in to comment.