lexicon: depend on pygments

Closes #113325.

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:24:43 +02:00 committed by BrewTestBot
parent fd539f2490
commit 79b27243ed
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 2 additions and 6 deletions

View File

@ -18,6 +18,7 @@ class Lexicon < Formula
end
depends_on "rust" => :build # for cryptography
depends_on "pygments"
depends_on "python@3.10"
depends_on "pyyaml"
depends_on "six"
@ -150,11 +151,6 @@ class Lexicon < Formula
sha256 "e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"
end
resource "Pygments" do
url "https://files.pythonhosted.org/packages/e0/ef/5905cd3642f2337d44143529c941cc3a02e5af16f0f65f81cbef7af452bb/Pygments-2.13.0.tar.gz"
sha256 "56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"
end
resource "pyOpenSSL" do
url "https://files.pythonhosted.org/packages/e7/2f/c6d89edac75482f11e231b644e365d31d5479b7b727734e6a8f3d00decd5/pyOpenSSL-22.1.0.tar.gz"
sha256 "7a83b7b272dd595222d672f5ce29aa030f1fb837630ef229f62e72e395ce8968"

View File

@ -275,7 +275,7 @@
},
"lexicon": {
"package_name": "dns-lexicon[full]",
"exclude_packages": ["six", "PyYAML"]
"exclude_packages": ["six", "PyYAML", "Pygments"]
},
"legit": {
"exclude_packages": ["six"]