python2Packages.dependency-injector: add missing dependencies
This commit is contained in:
parent
56456fef75
commit
2102764e62
@ -1,4 +1,4 @@
|
||||
{ stdenv, buildPythonPackage, fetchPypi, isPy3k, six, unittest2 }:
|
||||
{ stdenv, buildPythonPackage, fetchPypi, isPy3k, six, unittest2, pyyaml, flask }:
|
||||
|
||||
let
|
||||
testPath =
|
||||
@ -17,7 +17,7 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ six ];
|
||||
checkInputs = [ unittest2 ];
|
||||
checkInputs = [ unittest2 pyyaml flask ];
|
||||
|
||||
checkPhase = ''
|
||||
unit2 discover -s tests/unit -p "${testPath}"
|
||||
|
Loading…
Reference in New Issue
Block a user