python3Packages.cflib: unbreak, relax build dep

https://hydra.nixos.org/build/305641879
This commit is contained in:
Peder Bergebakken Sundt
2025-09-03 16:54:51 +02:00
parent 1b9796c9aa
commit 2853952480
@@ -34,7 +34,10 @@ buildPythonPackage rec {
setuptools-scm
];
pythonRelaxDeps = [ "numpy" ];
pythonRelaxDeps = [
"numpy"
"packaging"
];
dependencies = [
libusb-package