10 buildPythonPackage rec {
13 format = "setuptools";
15 disabled = pythonOlder "3.6";
18 inherit pname version;
19 hash = "sha256-LBsT/swIk+lGxly9XzZCeGHP+k6iIB2Pb8oi4qNzteI=";
22 propagatedBuildInputs = [
32 # Requires network access
36 pythonImportsCheck = [
41 description = "Python client for the Advanced Message Queuing Procotol (AMQP). This is a fork of amqplib which is maintained by the Celery project";
42 homepage = "https://github.com/celery/py-amqp";
43 license = licenses.bsd3;
44 maintainers = with maintainers; [ fab ];