Merge pull request #178543 from vs49688/dbpy

pythonPackages.keyring: depend on dbus-python on Linux
This commit is contained in:
Sandro 2022-06-30 15:55:34 +02:00 committed by GitHub
commit c009b67a97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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