autosuspend: move dependencies to propagatedBuildInputs

+14 -13
+14 -13
pkgs/os-specific/linux/autosuspend/default.nix
··· 22 22 ''; 23 23 24 24 propagatedBuildInputs = with python3.pkgs; [ 25 + dbus-python 26 + icalendar 27 + jsonpath-ng 28 + lxml 29 + mpd2 25 30 portalocker 26 31 psutil 27 - dbus-python 32 + python-dateutil 33 + pytz 34 + requests 35 + requests-file 36 + tzlocal 28 37 ]; 29 38 30 39 nativeCheckInputs = with python3.pkgs; [ 40 + freezegun 41 + pytest-datadir 42 + pytest-httpserver 43 + pytest-mock 31 44 pytestCheckHook 32 45 python-dbusmock 33 - pytest-httpserver 34 - dateutils 35 - freezegun 36 - pytest-mock 37 - requests 38 - requests-file 39 - icalendar 40 - tzlocal 41 - jsonpath-ng 42 - mpd2 43 - lxml 44 - pytest-datadir 45 46 ]; 46 47 47 48 # Disable tests that need root