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