Merge pull request #122229 from mattmelling/pika-21.05
python3Packages.pika: add gevent to checkInputs
This commit is contained in:
commit
00727de1e0
|
@ -1,6 +1,7 @@
|
||||||
{ lib
|
{ lib
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
|
, gevent
|
||||||
, nose
|
, nose
|
||||||
, mock
|
, mock
|
||||||
, twisted
|
, twisted
|
||||||
|
@ -16,7 +17,7 @@ buildPythonPackage rec {
|
||||||
sha256 = "f023d6ac581086b124190cb3dc81dd581a149d216fa4540ac34f9be1e3970b89";
|
sha256 = "f023d6ac581086b124190cb3dc81dd581a149d216fa4540ac34f9be1e3970b89";
|
||||||
};
|
};
|
||||||
|
|
||||||
checkInputs = [ nose mock twisted tornado ];
|
checkInputs = [ nose mock twisted tornado gevent ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Pure-Python implementation of the AMQP 0-9-1 protocol";
|
description = "Pure-Python implementation of the AMQP 0-9-1 protocol";
|
||||||
|
|
Loading…
Reference in New Issue