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 }: 2 3 buildPythonPackage rec { 4 pname = "pycm"; ··· 20 ''; 21 22 checkInputs = [ pytest ]; 23 - propagatedBuildInputs = [ numpy ]; 24 25 checkPhase = '' 26 pytest Test/
··· 1 + { lib, buildPythonPackage, fetchFromGitHub, isPy3k, matplotlib, numpy, pytest, seaborn }: 2 3 buildPythonPackage rec { 4 pname = "pycm"; ··· 20 ''; 21 22 checkInputs = [ pytest ]; 23 + propagatedBuildInputs = [ matplotlib numpy seaborn ]; 24 25 checkPhase = '' 26 pytest Test/