pythonPackages.pamqp: add missing build dependency

This commit is contained in:
Lancelot SIX 2017-09-06 09:24:07 +02:00 committed by Frederik Rietdijk
parent eae28752a8
commit cec4dcb7bb

View file

@ -15497,7 +15497,7 @@ in {
sha256 = "1vmyvynqzx5zvbipaxff4fnzy3h3dvl3zicyr15yb816j93jl2ca";
};
buildInputs = with self; [ mock nose pep8 pylint ];
buildInputs = with self; [ mock nose pep8 pylint mccabe ];
meta = {
description = "RabbitMQ Focused AMQP low-level library";