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