From 0f096240ff03ee6137045972b3e2e7ba7f33011e Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Sun, 22 Dec 2019 12:01:23 -0800 Subject: python3Packages.pytest-mpl: add missing pillow dep --- pkgs/development/python-modules/pytest-mpl/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/pytest-mpl/default.nix b/pkgs/development/python-modules/pytest-mpl/default.nix index aa73d3ccaed..d86647b7503 100644 --- a/pkgs/development/python-modules/pytest-mpl/default.nix +++ b/pkgs/development/python-modules/pytest-mpl/default.nix @@ -4,6 +4,7 @@ , pytest , matplotlib , nose +, pillow }: buildPythonPackage rec { @@ -20,6 +21,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ matplotlib nose + pillow ]; checkInputs = [ -- cgit 1.4.1