streamlink: depend on `six` formula

Closes #96744.

Signed-off-by: rui <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
Michael Cho 2022-03-11 23:43:04 -08:00 committed by BrewTestBot
parent 8bcb70d15a
commit 42173e1b2f
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 5 additions and 5 deletions

View File

@ -6,6 +6,7 @@ class Streamlink < Formula
url "https://files.pythonhosted.org/packages/67/97/22af99220a108d24eb635c9f1693ea52e1ffe5b0c93098dae7258c2a6a4d/streamlink-3.2.0.tar.gz"
sha256 "9770d2d83844c5378a73e14130dcb760abc856566caa0a41fc5b97a0ded5d926"
license "BSD-2-Clause"
revision 1
head "https://github.com/streamlink/streamlink.git", branch: "master"
bottle do
@ -18,6 +19,7 @@ class Streamlink < Formula
end
depends_on "python@3.10"
depends_on "six"
uses_from_macos "libffi"
uses_from_macos "libxml2"
@ -72,11 +74,6 @@ class Streamlink < Formula
sha256 "68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"
end
resource "six" do
url "https://files.pythonhosted.org/packages/71/39/171f1c67cd00715f190ba0b100d606d440a28c93c7714febeca8b79af85e/six-1.16.0.tar.gz"
sha256 "1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926"
end
resource "urllib3" do
url "https://files.pythonhosted.org/packages/b0/b1/7bbf5181f8e3258efae31702f5eab87d8a74a72a0aa78bc8c08c1466e243/urllib3-1.26.8.tar.gz"
sha256 "0e7c33d9a63e7ddfcb86780aac87befc2fbddf46c58dbb487e0855f7ceec283c"

View File

@ -468,6 +468,9 @@
"stormssh": {
"exclude_packages": ["six"]
},
"streamlink": {
"exclude_packages": ["six"]
},
"tarsnapper": {
"exclude_packages": ["six"]
},