7 buildPythonPackage rec {
14 sha256 = "0jd9864k3csc06kipiwzjlk9mq4054s8kzk5q1cfnxj8572s4iv4";
17 propagatedBuildInputs = [ twisted ];
20 homepage = "https://github.com/txamqp/txamqp";
21 description = "Library for communicating with AMQP peers and brokers using Twisted";
22 license = licenses.asl20;