autosuspend: move dependencies to propagatedBuildInputs

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