python3Packages.nbsmoke: add missing holoviews dependency
This commit is contained in:
parent
3294887b2b
commit
8ad15f159a
@ -4,6 +4,7 @@
|
||||
, pytest
|
||||
, jupyter_client
|
||||
, ipykernel
|
||||
, holoviews
|
||||
, nbformat
|
||||
, nbconvert
|
||||
, pyflakes
|
||||
@ -22,6 +23,7 @@ buildPythonPackage rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pytest
|
||||
holoviews
|
||||
jupyter_client
|
||||
ipykernel
|
||||
nbformat
|
||||
|
Loading…
Reference in New Issue
Block a user