python3Packages.pytest-mpl: add missing pillow dep

This commit is contained in:
Jonathan Ringer 2019-12-22 12:01:23 -08:00 committed by Frederik Rietdijk
parent e3f435fa95
commit 0f096240ff

View File

@ -4,6 +4,7 @@
, pytest , pytest
, matplotlib , matplotlib
, nose , nose
, pillow
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -20,6 +21,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
matplotlib matplotlib
nose nose
pillow
]; ];
checkInputs = [ checkInputs = [