python312Packages.bokeh: fix build (add missing runtime dependency) (#397737)
This commit is contained in:
@@ -86,7 +86,6 @@ buildPythonPackage rec {
|
||||
geckodriver
|
||||
isort
|
||||
json5
|
||||
narwhals
|
||||
nbconvert
|
||||
networkx
|
||||
psutil
|
||||
@@ -113,6 +112,7 @@ buildPythonPackage rec {
|
||||
pyyaml
|
||||
tornado
|
||||
xyzservices
|
||||
narwhals
|
||||
];
|
||||
|
||||
doCheck = false; # need more work
|
||||
|
||||
Reference in New Issue
Block a user