Unverified Commit fcc32aad authored by Anthony Roussel's avatar Anthony Roussel
Browse files

autosuspend: move dependencies to propagatedBuildInputs

parent 9dc9be25
Loading
Loading
Loading
Loading
+14 −13
Original line number Diff line number Diff line
@@ -22,26 +22,27 @@ python3.pkgs.buildPythonApplication rec {
  '';

  propagatedBuildInputs = with python3.pkgs; [
    dbus-python
    icalendar
    jsonpath-ng
    lxml
    mpd2
    portalocker
    psutil
    dbus-python
    python-dateutil
    pytz
    requests
    requests-file
    tzlocal
  ];

  nativeCheckInputs = with python3.pkgs; [
    pytestCheckHook
    python-dbusmock
    pytest-httpserver
    dateutils
    freezegun
    pytest-mock
    requests
    requests-file
    icalendar
    tzlocal
    jsonpath-ng
    mpd2
    lxml
    pytest-datadir
    pytest-httpserver
    pytest-mock
    pytestCheckHook
    python-dbusmock
  ];

  # Disable tests that need root