aioamqp: fix build

This commit is contained in:
DavHau
2021-05-08 00:41:40 -07:00
committed by Jonathan Ringer
parent 282492959e
commit d03a5eb097
2 changed files with 500 additions and 0 deletions
@@ -20,6 +20,8 @@ buildPythonPackage rec {
sha256 = "1gpfsrc2vi6w33c9zsycd2qn589pr7a222rb41r85m915283zy48";
};
patches = [ ./compat-pamqp-3.patch ];
propagatedBuildInputs = [
pamqp
];