python3Packages.rabbitpy: mark as broken
This commit is contained in:
parent
b1de2b4530
commit
34ec2253bb
@ -38,6 +38,10 @@ buildPythonPackage rec {
|
|||||||
description = "A pure python, thread-safe, minimalistic and pythonic RabbitMQ client library";
|
description = "A pure python, thread-safe, minimalistic and pythonic RabbitMQ client library";
|
||||||
homepage = "https://pypi.python.org/pypi/rabbitpy";
|
homepage = "https://pypi.python.org/pypi/rabbitpy";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
|
||||||
|
# broken by pamqp==3, tracked in
|
||||||
|
# https://github.com/gmr/rabbitpy/issues/125
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user