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:
rnhmjoj 2020-04-19 18:43:11 +02:00
parent 257aff8010
commit c9a77e4d6d
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -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