ansible-lint: depend on pygments

Closes #113286.

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-10-17 10:45:28 +02:00 committed by BrewTestBot
parent 431e52152b
commit f4dc645251
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 6 additions and 6 deletions

View File

@ -19,6 +19,7 @@ class AnsibleLint < Formula
depends_on "pkg-config" => :build
depends_on "ansible"
depends_on "jsonschema"
depends_on "pygments"
depends_on "python@3.10"
depends_on "pyyaml"
depends_on "yamllint"
@ -68,11 +69,6 @@ class AnsibleLint < Formula
sha256 "58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19"
end
resource "Pygments" do
url "https://files.pythonhosted.org/packages/e0/ef/5905cd3642f2337d44143529c941cc3a02e5af16f0f65f81cbef7af452bb/Pygments-2.13.0.tar.gz"
sha256 "56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"
end
resource "pyparsing" do
url "https://files.pythonhosted.org/packages/71/22/207523d16464c40a0310d2d4d8926daffa00ac1f5b1576170a32db749636/pyparsing-3.0.9.tar.gz"
sha256 "2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"

View File

@ -20,7 +20,11 @@
"exclude_packages": ["pycrypto", "six"]
},
"ansible-lint": {
"exclude_packages": ["PyYAML", "jsonschema", "attrs", "pyrsistent", "yamllint", "pathspec", "ansible-core", "cryptography", "Jinja2", "MarkupSafe", "resolvelib"]
"exclude_packages": [
"PyYAML", "jsonschema", "attrs", "pyrsistent", "yamllint", "pathspec",
"ansible-core", "cryptography", "Jinja2", "MarkupSafe", "resolvelib",
"Pygments"
]
},
"arxiv_latex_cleaner": {
"exclude_packages": ["pillow", "six", "PyYAML"]