jupyterlab: depend on pyyaml formula

master
David Baumgold 2023-01-26 16:41:14 +01:00 committed by BrewTestBot
parent 2d04ba6a22
commit 774f035240
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
2 changed files with 2 additions and 6 deletions

View File

@ -28,6 +28,7 @@ class Jupyterlab < Formula
depends_on "pandoc"
depends_on "pygments"
depends_on "python@3.11"
depends_on "pyyaml"
depends_on "six"
depends_on "zeromq"
@ -290,11 +291,6 @@ class Jupyterlab < Formula
sha256 "01a0681c4b9684a28304615eba55d1ab31ae00bf68ec157ec3708a8182dbbcd0"
end
resource "PyYAML" do
url "https://files.pythonhosted.org/packages/36/2b/61d51a2c4f25ef062ae3f74576b01638bebad5e045f747ff12643df63844/PyYAML-6.0.tar.gz"
sha256 "68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"
end
resource "pyzmq" do
url "https://files.pythonhosted.org/packages/cf/89/9dbc5bc589a06e94d493b551177a0ebbe70f08b5ebdd49dddf212df869ff/pyzmq-25.0.0.tar.gz"
sha256 "f330a1a2c7f89fd4b0aa4dcb7bf50243bf1c8da9a2f1efc31daf57a2046b31f2"

View File

@ -319,7 +319,7 @@
"exclude_packages": [
"ipython", "appnope", "asttokens", "backcall", "decorator", "executing", "jedi",
"matplotlib-inline", "parso", "pexpect", "pickleshare", "prompt-toolkit", "ptyprocess",
"pure-eval", "Pygments", "six", "stack-data", "traitlets", "wcwidth"
"pure-eval", "Pygments", "six", "stack-data", "traitlets", "wcwidth", "PyYAML"
]
},
"keepkey-agent": {