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