Merge pull request #117378 from rmcgibbo/rabbitpy

python3Packages.rabbitpy: mark as broken
This commit is contained in:
Sandro 2021-03-23 18:10:22 +01:00 committed by GitHub
commit 66a9261300
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -38,6 +38,10 @@ buildPythonPackage rec {
description = "A pure python, thread-safe, minimalistic and pythonic RabbitMQ client library";
homepage = "https://pypi.python.org/pypi/rabbitpy";
license = licenses.bsd3;
# broken by pamqp==3, tracked in
# https://github.com/gmr/rabbitpy/issues/125
broken = true;
};
}