python3Packages.cflib: unbreak, relax build dep (#439883)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user