9 buildPythonPackage rec {
10 pname = "secretstorage";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 pname = "SecretStorage";
19 hash = "sha256-JANTPvNp7KbSuoFxhXbF4PVk1cyhtY9zqLI+fU7uvXc=";
22 propagatedBuildInputs = [
27 # Needs a D-Bus session
30 pythonImportsCheck = [
35 description = "Python bindings to FreeDesktop.org Secret Service API";
36 homepage = "https://github.com/mitya57/secretstorage";
37 license = licenses.bsd3;
38 maintainers = with maintainers; [ teto ];