Commit c5415778 authored by fsagbuya's avatar fsagbuya
Browse files

python3Packages.orange-canvas-core: add pyqt5 to nativeCheckInputs

parent 918a7654
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@

  # tests
  qt5,
  pyqt5,
  pytest-qt,
  pytestCheckHook,

@@ -77,6 +78,7 @@ buildPythonPackage rec {
  '';

  nativeCheckInputs = [
    pyqt5
    pytest-qt
    pytestCheckHook
  ];