rtv: revision bump for python@3.8
This commit is contained in:
parent
363bb66134
commit
49bee4d35a
1 changed files with 2 additions and 1 deletions
|
@ -5,6 +5,7 @@ class Rtv < Formula
|
|||
homepage "https://github.com/michael-lazar/rtv"
|
||||
url "https://github.com/michael-lazar/rtv/archive/v1.27.0.tar.gz"
|
||||
sha256 "c57a6cbb2525160b6aaa9180aec0293962b6969675f8ac0f2cfacff3cbd00d7c"
|
||||
revision 1
|
||||
head "https://github.com/michael-lazar/rtv.git"
|
||||
|
||||
bottle do
|
||||
|
@ -15,7 +16,7 @@ class Rtv < Formula
|
|||
sha256 "1c1cd02142c41260e04a0db2fcfc659b20431fe64f4dbefa41f75216b217c137" => :sierra
|
||||
end
|
||||
|
||||
depends_on "python"
|
||||
depends_on "python@3.8"
|
||||
|
||||
def install
|
||||
venv = virtualenv_create(libexec, "python3")
|
||||
|
|
Loading…
Reference in a new issue