7 buildPythonPackage rec {
12 inherit pname version;
13 sha256 = "0jd9864k3csc06kipiwzjlk9mq4054s8kzk5q1cfnxj8572s4iv4";
16 propagatedBuildInputs = [ twisted ];
19 homepage = "https://github.com/txamqp/txamqp";
20 description = "Library for communicating with AMQP peers and brokers using Twisted";
21 license = licenses.asl20;