pre-commit: depend on pyyaml
Closes #110331. Signed-off-by: Carlo Cabrera <30379873+carlocab@users.noreply.github.com> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
97c496c8e2
commit
5002ad36ca
|
@ -17,8 +17,8 @@ class PreCommit < Formula
|
|||
sha256 cellar: :any_skip_relocation, x86_64_linux: "a68a56eb49337dbae9435b86fe8a734f1902f5961220c06d30ed06b597eee303"
|
||||
end
|
||||
|
||||
depends_on "libyaml"
|
||||
depends_on "python@3.10"
|
||||
depends_on "pyyaml"
|
||||
depends_on "six"
|
||||
|
||||
resource "cfgv" do
|
||||
|
@ -51,11 +51,6 @@ class PreCommit < Formula
|
|||
sha256 "58c8abb07dcb441e6ee4b11d8df0ac856038f944ab98b7be6b27b2a3c7feef19"
|
||||
end
|
||||
|
||||
resource "PyYAML" do
|
||||
url "https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz"
|
||||
sha256 "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"
|
||||
end
|
||||
|
||||
resource "toml" do
|
||||
url "https://files.pythonhosted.org/packages/be/ba/1f744cdc819428fc6b5084ec34d9b30660f6f9daaf70eead706e3203ec3c/toml-0.10.2.tar.gz"
|
||||
sha256 "b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"
|
||||
|
|
|
@ -330,7 +330,7 @@
|
|||
"exclude_packages": ["six"]
|
||||
},
|
||||
"pre-commit": {
|
||||
"exclude_packages": ["six"]
|
||||
"exclude_packages": ["six", "PyYAML"]
|
||||
},
|
||||
"principalmapper": {
|
||||
"exclude_packages": ["six"]
|
||||
|
|
Loading…
Reference in New Issue