python3Packages.sanic: 21.3.2 -> 21.3.4

While we're at it, revise the dependencies lists; there's been a couple
of break-ups with 21.3.0.
This commit is contained in:
Aluísio Augusto Silva Gonçalves
2021-04-30 09:56:09 -03:00
parent 192b28a75f
commit bd815d2121
2 changed files with 21 additions and 16 deletions
+3
View File
@@ -7201,6 +7201,9 @@ in {
doCheck = false;
meta.broken = false;
});
# Don't pass any `sanic` to avoid dependency loops. `sanic-testing`
# has special logic to disable tests when this is the case.
sanic-testing = self.sanic-testing.override { sanic = null; };
};
sanic-auth = callPackage ../development/python-modules/sanic-auth { };