python3Packages.pytest-mpl: add missing pillow dep
This commit is contained in:
parent
e3f435fa95
commit
0f096240ff
@ -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 = [
|
||||||
|
Loading…
Reference in New Issue
Block a user