10 buildPythonPackage rec {
11 pname = "secretstorage";
13 format = "setuptools";
15 disabled = pythonOlder "3.7";
18 pname = "SecretStorage";
20 hash = "sha256-JANTPvNp7KbSuoFxhXbF4PVk1cyhtY9zqLI+fU7uvXc=";
23 propagatedBuildInputs = [
28 # Needs a D-Bus session
31 pythonImportsCheck = [ "secretstorage" ];
34 description = "Python bindings to FreeDesktop.org Secret Service API";
35 homepage = "https://github.com/mitya57/secretstorage";
36 license = licenses.bsd3;
37 maintainers = with maintainers; [ teto ];