Commit b39a906d authored by Robert Schütz's avatar Robert Schütz
Browse files

python313Packages.stytra: specify build-system

parent 652fe825
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
@@ -27,6 +27,7 @@
  qimage2ndarray,
  scikit-image,
  scipy,
  setuptools,
  tables,
}:

@@ -46,7 +47,9 @@ buildPythonPackage rec {
    ./0000-workaround-pyqtgraph.patch
  ];

  propagatedBuildInputs = [
  build-system = [ setuptools ];

  dependencies = [
    opencv4
    pyqt5
    pyqtgraph