svtplay-dl: depend on pyyaml
Closes #111238. Signed-off-by: Rui Chen <rui@chenrui.dev> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
206b0381b0
commit
3237f7dc1b
|
@ -19,6 +19,7 @@ class SvtplayDl < Formula
|
||||||
depends_on "rust" => :build
|
depends_on "rust" => :build
|
||||||
depends_on "openssl@1.1"
|
depends_on "openssl@1.1"
|
||||||
depends_on "python@3.10"
|
depends_on "python@3.10"
|
||||||
|
depends_on "pyyaml"
|
||||||
|
|
||||||
resource "certifi" do
|
resource "certifi" do
|
||||||
url "https://files.pythonhosted.org/packages/07/10/75277f313d13a2b74fc56e29239d5c840c2bf09f17bf25c02b35558812c6/certifi-2022.5.18.1.tar.gz"
|
url "https://files.pythonhosted.org/packages/07/10/75277f313d13a2b74fc56e29239d5c840c2bf09f17bf25c02b35558812c6/certifi-2022.5.18.1.tar.gz"
|
||||||
|
@ -55,11 +56,6 @@ class SvtplayDl < Formula
|
||||||
sha256 "3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0"
|
sha256 "3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0"
|
||||||
end
|
end
|
||||||
|
|
||||||
resource "PyYAML" do
|
|
||||||
url "https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz"
|
|
||||||
sha256 "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"
|
|
||||||
end
|
|
||||||
|
|
||||||
resource "requests" do
|
resource "requests" do
|
||||||
url "https://files.pythonhosted.org/packages/60/f3/26ff3767f099b73e0efa138a9998da67890793bfa475d8278f84a30fec77/requests-2.27.1.tar.gz"
|
url "https://files.pythonhosted.org/packages/60/f3/26ff3767f099b73e0efa138a9998da67890793bfa475d8278f84a30fec77/requests-2.27.1.tar.gz"
|
||||||
sha256 "68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"
|
sha256 "68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"
|
||||||
|
|
|
@ -454,6 +454,9 @@
|
||||||
"streamlink": {
|
"streamlink": {
|
||||||
"exclude_packages": ["six"]
|
"exclude_packages": ["six"]
|
||||||
},
|
},
|
||||||
|
"svtplay-dl": {
|
||||||
|
"exclude_packages": ["PyYAML"]
|
||||||
|
},
|
||||||
"tarsnapper": {
|
"tarsnapper": {
|
||||||
"exclude_packages": ["six", "PyYAML"]
|
"exclude_packages": ["six", "PyYAML"]
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue