Merge pull request #85571 from rnhmjoj/secretstorage
pythonPackages.secretstorage: drop old dependency
This commit is contained in:
commit
2a8f5b02b7
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ lib, fetchPypi, buildPythonPackage, pythonOlder, cryptography, jeepney, pygobject3 }:
|
||||
{ lib, fetchPypi, buildPythonPackage, pythonOlder, cryptography, jeepney }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "secretstorage";
|
||||
|
@ -15,7 +15,6 @@ buildPythonPackage rec {
|
|||
propagatedBuildInputs = [
|
||||
cryptography
|
||||
jeepney
|
||||
pygobject3
|
||||
];
|
||||
|
||||
# Needs a D-Bus Sesison
|
||||
|
|
Loading…
Reference in a new issue