sqlfluff: depend on pygments

Closes #113332.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
David Baumgold 2022-10-17 21:32:43 +02:00 committed by BrewTestBot
parent a4e52789d4
commit 211adec75b
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 2 additions and 6 deletions

View File

@ -17,6 +17,7 @@ class Sqlfluff < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "3b374618f99658ace173b8494d813b339dd84348f2f7d10ec5d2fe63b2358533"
end
depends_on "pygments"
depends_on "python-typing-extensions"
depends_on "python@3.10"
depends_on "pyyaml"
@ -86,11 +87,6 @@ class Sqlfluff < Formula
sha256 "51c75c4126074b472f746a24399ad32f6053d1b34b68d2fa41e558e6f4a98719"
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

@ -500,7 +500,7 @@
"exclude_packages": ["docutils", "Pygments"]
},
"sqlfluff": {
"exclude_packages": ["PyYAML", "typing-extensions"]
"exclude_packages": ["PyYAML", "typing-extensions", "Pygments"]
},
"sqlite-utils": {
"exclude_packages": ["tabulate", "six"]