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 {
pname = "secretstorage";
@ -15,7 +15,6 @@ buildPythonPackage rec {
propagatedBuildInputs = [
cryptography
jeepney
pygobject3
];
# Needs a D-Bus Sesison