wyoming-satellite: fix build

Relaxes the pyring-buffer constraint and unrelaxes the wyoming constraint
that we already override and which tends to cause actual API breakage.
This commit is contained in:
Martin Weinelt
2025-01-27 19:47:55 +01:00
parent 5df98c0ec5
commit 3ca518fe78
@@ -36,7 +36,7 @@ python.pkgs.buildPythonApplication rec {
];
pythonRelaxDeps = [
"wyoming"
"pyring-buffer"
"zeroconf"
];