python3Packages.nbsmoke: add missing holoviews dependency
This commit is contained in:
parent
3294887b2b
commit
8ad15f159a
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue