autosuspend: move dependencies to propagatedBuildInputs

This commit is contained in:
Anthony Roussel 2023-10-23 22:41:11 +02:00
parent 9dc9be256d
commit fcc32aadf3
No known key found for this signature in database
GPG key ID: 9DC4987B1A55E75E

View file

@ -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; [
freezegun
pytest-datadir
pytest-httpserver
pytest-mock
pytestCheckHook
python-dbusmock
pytest-httpserver
dateutils
freezegun
pytest-mock
requests
requests-file
icalendar
tzlocal
jsonpath-ng
mpd2
lxml
pytest-datadir
];
# Disable tests that need root