pythonPackages.zake: fix
This commit is contained in:
parent
6cade43bf4
commit
0dae09262c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user