We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent d3ed0f5 commit 304f146Copy full SHA for 304f146
pkgs/development/python-modules/pika/default.nix
@@ -1,7 +1,6 @@
1
{ lib
2
, buildPythonPackage
3
, fetchPypi
4
-, gevent
5
, nose
6
, mock
7
, twisted
@@ -17,7 +16,7 @@ buildPythonPackage rec {
17
16
sha256 = "f023d6ac581086b124190cb3dc81dd581a149d216fa4540ac34f9be1e3970b89";
18
};
19
20
- checkInputs = [ nose mock twisted tornado gevent ];
+ checkInputs = [ nose mock twisted tornado ];
21
22
meta = with lib; {
23
description = "Pure-Python implementation of the AMQP 0-9-1 protocol";
0 commit comments