detect-secrets: depend on pyyaml

Closes #111227.

Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
David Baumgold 2022-09-20 17:33:11 +02:00 committed by BrewTestBot
parent 6bc6e3a3cb
commit de6a7d6bf3
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 4 additions and 6 deletions

View File

@ -17,8 +17,8 @@ class DetectSecrets < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "8d670bb9dcfb49fa0b0989c1225295e28d01b40788859a988b1d4942cd198a91"
end
depends_on "libyaml"
depends_on "python@3.10"
depends_on "pyyaml"
resource "certifi" do
url "https://files.pythonhosted.org/packages/cc/85/319a8a684e8ac6d87a1193090e06b6bbb302717496380e225ee10487c888/certifi-2022.6.15.tar.gz"
@ -35,11 +35,6 @@ class DetectSecrets < Formula
sha256 "9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"
end
resource "PyYAML" do
url "https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz"
sha256 "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"
end
resource "requests" do
url "https://files.pythonhosted.org/packages/a5/61/a867851fd5ab77277495a8709ddda0861b28163c4613b011bc00228cc724/requests-2.28.1.tar.gz"
sha256 "7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"

View File

@ -125,6 +125,9 @@
"datasette": {
"exclude_packages": ["six", "PyYAML"]
},
"detect-secrets": {
"exclude_packages": ["PyYAML"]
},
"diffoscope": "diffoscope[cmdline]",
"dnstwist": "dnstwist[full]",
"docker-squash": {