pythonPackages.zake: fix

This commit is contained in:
Frederik Rietdijk 2016-09-20 09:12:38 +02:00
parent 6cade43bf4
commit 0dae09262c

View file

@ -16369,12 +16369,11 @@ in modules // {
sha256 = "1rp4xxy7qp0s0wnq3ig4ji8xsl31g901qkdp339ndxn466cqal2s";
};
propagatedBuildInputs = with self; [
kazoo six
];
buildInputs = with self; [
];
propagatedBuildInputs = with self; [ kazoo six ];
buildInputs = with self; [ testtools ];
checkPhase = ''
${python.interpreter} -m unittest discover zake/tests
'';
meta = with stdenv.lib; {
homepage = "https://github.com/yahoo/Zake";