python3Packages.pytest-mpl: add missing pillow dep
This commit is contained in:
parent
e3f435fa95
commit
0f096240ff
@ -4,6 +4,7 @@
|
||||
, pytest
|
||||
, matplotlib
|
||||
, nose
|
||||
, pillow
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -20,6 +21,7 @@ buildPythonPackage rec {
|
||||
propagatedBuildInputs = [
|
||||
matplotlib
|
||||
nose
|
||||
pillow
|
||||
];
|
||||
|
||||
checkInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user