Unverified Commit 4f23d940 authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

Merge pull request #323171 from doronbehar/pkg/pyqtgraph

python311Packages.pyqtgraph: don't propagate pyqt5
parents bae43efd 0c9de715
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -154,6 +154,7 @@ let
      pythonRuntime = with python.pkgs; [
        scipy
        pyqtgraph
        pyqt5
      ];
    };
    gr-analog = {
+1 −0
Original line number Diff line number Diff line
@@ -156,6 +156,7 @@ let
      pythonRuntime = with python.pkgs; [
        scipy
        pyqtgraph
        pyqt5
      ];
    };
    gr-analog = {
+2 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@
  nose,
  pycrypto,
  pyqtgraph,
  pyqt5,
  visualizationSupport ? false,
}:

@@ -61,6 +62,7 @@ buildPythonPackage rec {
    ++ lib.optionals visualizationSupport [
      matplotlib
      pyqtgraph
      pyqt5
    ]
    ++ lib.optionals (!stdenv.isDarwin) [
      cramfsprogs
+2 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  fetchFromGitHub,
  enaml,
  pyqtgraph,
  pyqt5,
  pythonocc-core,
  typing-extensions,
}:
@@ -24,6 +25,7 @@ buildPythonPackage rec {
    enaml
    # Until https://github.com/inkcut/inkcut/issues/105 perhaps
    pyqtgraph
    pyqt5
    pythonocc-core
    typing-extensions
  ];
+2 −0
Original line number Diff line number Diff line
@@ -29,6 +29,7 @@
  pytestCheckHook,
  pytest-qt,
  pyqtgraph,
  pyqt5,
  pyqtwebengine,
  python,
  python-louvain,
@@ -113,6 +114,7 @@ let
      xlsxwriter
      httpx
      pyqtgraph
      pyqt5
      orange-widget-base
      keyrings-alt
      pyyaml
Loading