networkd-dispatcher: clean up checkInputs

This commit is contained in:
Sandro Jäckel
2025-12-18 14:46:00 +01:00
parent 08b7d845bb
commit 9079166f12
@@ -57,10 +57,7 @@ stdenv.mkDerivation rec {
];
checkInputs = with python3Packages; [
dbus-python
iw
mock
pygobject3
pytestCheckHook
];