mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
pythonPackages.pamqp: add missing build dependency
This commit is contained in:
parent
eae28752a8
commit
cec4dcb7bb
1 changed files with 1 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue