pythonPackages.keyring: depend on dbus-python on Linux

Needed to use the KWallet backend.
This commit is contained in:
Zane van Iperen
2022-06-22 17:39:56 +10:00
parent ac60819901
commit eeb657a96b
@@ -32,6 +32,7 @@ buildPythonPackage rec {
] ++ lib.optionals stdenv.isLinux [
jeepney
secretstorage
dbus-python
];
pythonImportsCheck = [