1 { lib, buildPythonPackage, fetchPypi, pytestCheckHook, case, vine }:
3 buildPythonPackage rec {
9 sha256 = "affdd263d8b8eb3c98170b78bf83867cdb6a14901d586e00ddb65bfe2f0c4e60";
12 propagatedBuildInputs = [ vine ];
14 checkInputs = [ pytestCheckHook case ];
16 "test_rmq.py" # requires network access
20 homepage = "https://github.com/celery/py-amqp";
21 description = "Python client for the Advanced Message Queuing Procotol (AMQP). This is a fork of amqplib which is maintained by the Celery project";
22 license = licenses.lgpl21;