pythonPackages.secretstorage: drop old dependency
pygobject was an optional dependency at some point but it has been removed and is no longer needed.
This commit is contained in:
parent
257aff8010
commit
c9a77e4d6d
@ -1,4 +1,4 @@
|
|||||||
{ lib, fetchPypi, buildPythonPackage, pythonOlder, cryptography, jeepney, pygobject3 }:
|
{ lib, fetchPypi, buildPythonPackage, pythonOlder, cryptography, jeepney }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "secretstorage";
|
pname = "secretstorage";
|
||||||
@ -15,7 +15,6 @@ buildPythonPackage rec {
|
|||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
cryptography
|
cryptography
|
||||||
jeepney
|
jeepney
|
||||||
pygobject3
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Needs a D-Bus Sesison
|
# Needs a D-Bus Sesison
|
||||||
|
Loading…
Reference in New Issue
Block a user