10 buildPythonPackage rec {
15 inherit pname version;
16 sha256 = "1gqx9avb9nwgiyw5nz08bf99v9b0hvzr1pmqn9wbhd2hnsj6p9wz";
19 checkInputs = [ nose mock twisted tornado ];
22 description = "Pure-Python implementation of the AMQP 0-9-1 protocol";
23 homepage = "https://pika.readthedocs.org";
24 license = licenses.bsd3;