add two necessary dependencies

authored by

Jonathan Wilkins and committed by
Jonathan Ringer
32a245be bd930861

+2 -2
+2 -2
pkgs/development/python-modules/pycm/default.nix
··· 1 - { lib, buildPythonPackage, fetchFromGitHub, isPy3k, numpy, pytest }: 1 + { lib, buildPythonPackage, fetchFromGitHub, isPy3k, matplotlib, numpy, pytest, seaborn }: 2 2 3 3 buildPythonPackage rec { 4 4 pname = "pycm"; ··· 20 20 ''; 21 21 22 22 checkInputs = [ pytest ]; 23 - propagatedBuildInputs = [ numpy ]; 23 + propagatedBuildInputs = [ matplotlib numpy seaborn ]; 24 24 25 25 checkPhase = '' 26 26 pytest Test/