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
No known key found for this signature in database
GPG key ID: BAE6F44F8C8204F1

View file

@ -32,6 +32,7 @@ buildPythonPackage rec {
] ++ lib.optionals stdenv.isLinux [
jeepney
secretstorage
dbus-python
];
pythonImportsCheck = [