streamlink: rename python@2 dependency
This commit is contained in:
parent
a30ae2a55f
commit
3da2ded38f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Streamlink < Formula
|
|||
|
||||
# Use brewed python on Yosemite and prior to avoid needing urllib3[secure]
|
||||
# See https://github.com/streamlink/streamlink/commit/0f35b9b2
|
||||
depends_on "python" if MacOS.version <= :yosemite
|
||||
depends_on "python@2" if MacOS.version <= :yosemite
|
||||
|
||||
resource "backports.shutil_get_terminal_size" do
|
||||
url "https://files.pythonhosted.org/packages/ec/9c/368086faa9c016efce5da3e0e13ba392c9db79e3ab740b763fe28620b18b/backports.shutil_get_terminal_size-1.0.0.tar.gz"
|
||||
|
|
Loading…
Reference in a new issue