forked from spack/spack
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #417 from climbfuji/bugfix/py_jupyter_server_npm_node
Bug fix for py-jupyter-server and hidden npm/node dependency
- Loading branch information
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
var/spack/repos/builtin/packages/py-jupyter-server/no_npm_node.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
--- a/pyproject.toml 2024-03-19 15:58:20.000000000 -0600 | ||
+++ b/pyproject.toml 2024-03-19 15:59:15.000000000 -0600 | ||
@@ -5,6 +5,11 @@ | ||
[tool.jupyter-packaging.builder] | ||
factory = "jupyter_packaging.npm_builder" | ||
|
||
+# Injected by spack to solve problems with hidden npm/node dependencies | ||
+# https://github.com/spack/spack/issues/41899 | ||
+[tool.jupyter-packaging.build-args] | ||
+npm = "/dev/null" | ||
+ | ||
[tool.check-manifest] | ||
ignore = ["tbump.toml", ".*", "*.yml", "package-lock.json", "bootstrap*", "conftest.py"] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters