python3Packages.nbsmoke: add missing holoviews dependency

This commit is contained in:
Jonathan Ringer
2019-12-30 16:46:51 +01:00
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