parent
10600289ee
commit
ee0de85b4e
@ -3,6 +3,7 @@
|
||||
, fetchurl
|
||||
, nose
|
||||
, six
|
||||
, setuptools
|
||||
, isPy3k
|
||||
}:
|
||||
|
||||
@ -17,7 +18,7 @@ buildPythonPackage {
|
||||
};
|
||||
|
||||
checkInputs = [ nose ];
|
||||
propagatedBuildInputs = [ six ];
|
||||
propagatedBuildInputs = [ six setuptools ];
|
||||
|
||||
checkPhase = "LC_ALL=C nosetests";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user