python3Packages.cflib: unbreak, relax build dep (#439883)

This commit is contained in:
Peder Bergebakken Sundt
2025-09-03 20:23:08 +02:00
committed by GitHub
2 changed files with 5 additions and 1 deletions
+1
View File
@@ -37,6 +37,7 @@ python3Packages.buildPythonApplication rec {
pythonRelaxDeps = [
"numpy"
"pyqt6"
"pyzmq"
"vispy"
];
@@ -34,7 +34,10 @@ buildPythonPackage rec {
setuptools-scm
];
pythonRelaxDeps = [ "numpy" ];
pythonRelaxDeps = [
"numpy"
"packaging"
];
dependencies = [
libusb-package