python-yq: depend on pyyaml
Closes #112575. Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>master
parent
80e209510b
commit
85372cbd03
|
@ -18,6 +18,7 @@ class PythonYq < Formula
|
|||
|
||||
depends_on "jq"
|
||||
depends_on "python@3.10"
|
||||
depends_on "pyyaml"
|
||||
|
||||
conflicts_with "yq", because: "both install `yq` executables"
|
||||
|
||||
|
@ -26,11 +27,6 @@ class PythonYq < Formula
|
|||
sha256 "6372ad78c89d662035101418ae253668445b391755cfe94ea52f1b9d22425b20"
|
||||
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"
|
||||
|
|
|
@ -390,6 +390,9 @@
|
|||
"pyqt-builder": {
|
||||
"exclude_packages": ["packaging", "pyparsing", "sip", "toml"]
|
||||
},
|
||||
"python-yq": {
|
||||
"exclude_packages": ["PyYAML"]
|
||||
},
|
||||
"pythran": {
|
||||
"exclude_packages": ["numpy", "six"]
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue