salt-lint: depend on pyyaml

Closes #111237.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
David Baumgold 2022-09-20 18:07:39 +02:00 committed by BrewTestBot
parent 30f97006b4
commit 844ba2a92a
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 4 additions and 5 deletions

View File

@ -17,17 +17,13 @@ class SaltLint < Formula
end
depends_on "python@3.10"
depends_on "pyyaml"
resource "pathspec" do
url "https://files.pythonhosted.org/packages/f6/33/436c5cb94e9f8902e59d1d544eb298b83c84b9ec37b5b769c5a0ad6edb19/pathspec-0.9.0.tar.gz"
sha256 "e564499435a2673d586f6b2130bb5b95f04a3ba06f81b8f895b651a3c76aabb1"
end
resource "PyYAML" do
url "https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz"
sha256 "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"
end
def install
virtualenv_install_with_resources
end

View File

@ -417,6 +417,9 @@
"extra_packages": ["pycryptodome", "pygit2"],
"exclude_packages": ["six"]
},
"salt-lint": {
"exclude_packages": ["PyYAML"]
},
"shyaml": {
"exclude_packages": ["PyYAML"]
},