sail: depend on pyyaml
Closes #110891. Signed-off-by: Daniel Nachun <9205048+danielnachun@users.noreply.github.com> Signed-off-by: Rui Chen <rui@chenrui.dev> Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
18f622f738
commit
3045896c98
|
@ -18,6 +18,7 @@ class Sail < Formula
|
|||
|
||||
depends_on "rust" => :build
|
||||
depends_on "python@3.10"
|
||||
depends_on "pyyaml"
|
||||
depends_on "six"
|
||||
|
||||
resource "bcrypt" do
|
||||
|
@ -120,11 +121,6 @@ class Sail < Formula
|
|||
sha256 "107854fde1aafa21774e8053cf253b04173613c94531f75d5a039ad770562b24"
|
||||
end
|
||||
|
||||
resource "PyYAML" do
|
||||
url "https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz"
|
||||
sha256 "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"
|
||||
end
|
||||
|
||||
resource "requests" do
|
||||
url "https://files.pythonhosted.org/packages/60/f3/26ff3767f099b73e0efa138a9998da67890793bfa475d8278f84a30fec77/requests-2.27.1.tar.gz"
|
||||
sha256 "68d7c56fd5a8999887728ef304a6d12edc7be74f1cfa47714fc8b414525c9a61"
|
||||
|
|
|
@ -391,7 +391,7 @@
|
|||
},
|
||||
"sail": {
|
||||
"package_name": "sailed-io",
|
||||
"exclude_packages": ["six"]
|
||||
"exclude_packages": ["six", "PyYAML"]
|
||||
},
|
||||
"salt": {
|
||||
"extra_packages": ["pycryptodome", "pygit2"],
|
||||
|
|
Loading…
Reference in New Issue