urlwatch: depend on pyyaml

Closes #110540.

Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
David Baumgold 2022-09-13 10:04:41 +02:00 committed by BrewTestBot
parent 5eb10a6439
commit 4ace6bbba6
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 4 additions and 5 deletions

View File

@ -18,6 +18,7 @@ class Urlwatch < Formula
end end
depends_on "python@3.10" depends_on "python@3.10"
depends_on "pyyaml"
uses_from_macos "libxml2" uses_from_macos "libxml2"
uses_from_macos "libxslt" uses_from_macos "libxslt"
@ -62,11 +63,6 @@ class Urlwatch < Formula
sha256 "8bf0aca9b89cb1e8b7bfd8ad8b5a7208bd2fb046e343b3d656ea00f8bcfd6f5e" sha256 "8bf0aca9b89cb1e8b7bfd8ad8b5a7208bd2fb046e343b3d656ea00f8bcfd6f5e"
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/a5/61/a867851fd5ab77277495a8709ddda0861b28163c4613b011bc00228cc724/requests-2.28.1.tar.gz" url "https://files.pythonhosted.org/packages/a5/61/a867851fd5ab77277495a8709ddda0861b28163c4613b011bc00228cc724/requests-2.28.1.tar.gz"
sha256 "7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983" sha256 "7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983"

View File

@ -452,6 +452,9 @@
"twtxt": { "twtxt": {
"exclude_packages": ["six"] "exclude_packages": ["six"]
}, },
"urlwatch": {
"exclude_packages": ["PyYAML"]
},
"vdirsyncer": "vdirsyncer[google]", "vdirsyncer": "vdirsyncer[google]",
"virtualenv": { "virtualenv": {
"exclude_packages": ["six"] "exclude_packages": ["six"]