Skip to content

Commit

Permalink
asciinema: migrate to python@3.9
Browse files Browse the repository at this point in the history
Closes #62210.

Signed-off-by: FX Coudert <fxcoudert@gmail.com>
  • Loading branch information
fxcoudert committed Oct 7, 2020
1 parent ddd4f0b commit aea8769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Formula/asciinema.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Asciinema < Formula
url "https://files.pythonhosted.org/packages/a7/71/771c859795e02c71c187546f34f7535487b97425bc1dad1e5f6ad2651357/asciinema-2.0.2.tar.gz"
sha256 "32f2c1a046564e030708e596f67e0405425d1eca9d5ec83cd917ef8da06bc423"
license "GPL-3.0"
revision 2
revision 3
head "https://github.com/asciinema/asciinema.git"

livecheck do
Expand All @@ -21,7 +21,7 @@ class Asciinema < Formula
sha256 "1a941e2c0594a7c0a07c66f02c411e121ed2b3e869f3f015c6e69cb4fd92daba" => :high_sierra
end

depends_on "python@3.8"
depends_on "python@3.9"

def install
virtualenv_install_with_resources
Expand Down

0 comments on commit aea8769

Please sign in to comment.