rbtools: propagate setuptools

(#71180)
This commit is contained in:
Jos van Bakel 2019-11-14 14:33:04 +01:00 committed by Renaud
parent 10600289ee
commit ee0de85b4e

View file

@ -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";