jc: depend on pygments

Closes #113952.

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:25:51 +02:00 committed by BrewTestBot
parent a1aad54d0a
commit 0878f10a1b
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,13 +17,9 @@ class Jc < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "38faf7a8331325f89bba621e728abec5da15e132f93ff2c45c691cc03a5f51fb"
end
depends_on "pygments"
depends_on "python@3.10"
resource "Pygments" do
url "https://files.pythonhosted.org/packages/e0/ef/5905cd3642f2337d44143529c941cc3a02e5af16f0f65f81cbef7af452bb/Pygments-2.13.0.tar.gz"
sha256 "56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"
end
resource "ruamel.yaml" do
url "https://files.pythonhosted.org/packages/46/a9/6ed24832095b692a8cecc323230ce2ec3480015fbfa4b79941bd41b23a3c/ruamel.yaml-0.17.21.tar.gz"
sha256 "8b7ce697a2f212752a35c1ac414471dc16c424c9573be4926b56ff3f5d23b7af"

View File

@ -249,6 +249,9 @@
"iredis": {
"exclude_packages": ["six"]
},
"jc": {
"exclude_packages": ["Pygments"]
},
"jenkins-job-builder": {
"exclude_packages": ["six", "PyYAML"]
},