1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-22 21:50:55 +00:00

pythonPackages.rabbitypy: nitpicks

This commit is contained in:
worldofpeace 2019-03-17 17:46:39 -04:00
parent 2016b37495
commit d630716229

View file

@ -14,12 +14,11 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "gmr";
repo = pname;
rev = "${version}";
rev = version;
sha256 = "0fd80zlr4p2sh77rxyyfi9l0h2zqi2csgadr0rhnpgpqsy10qck6";
};
propagatedBuildInputs = [ pamqp ];
doCheck = true;
checkInputs = [ mock nose ];
checkPhase = ''