@@ -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";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user