pip-audit: depend on pygments

Closes #113951.

Signed-off-by: Rui Chen <rui@chenrui.dev>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
David Baumgold 2022-10-25 13:24:34 +02:00 committed by BrewTestBot
parent 50c79d7036
commit 40e9fc01a3
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 2 additions and 6 deletions

View File

@ -16,6 +16,7 @@ class PipAudit < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "39ced1631077f0596824b733c301660a6fb8aad705ce0b880e95e399f8c2f5b1"
end
depends_on "pygments"
depends_on "python@3.10"
depends_on "six"
@ -84,11 +85,6 @@ class PipAudit < Formula
sha256 "8c2a6f8e091ac2693824a5ef4e3b250226e34f74a20a91a87b9ab0714b47788f"
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

@ -381,7 +381,7 @@
"exclude_packages": ["six", "tabulate", "typing-extensions", "Pygments"]
},
"pip-audit": {
"exclude_packages": ["six"]
"exclude_packages": ["six", "Pygments"]
},
"pipenv": {
"exclude_packages": ["six"]