Merge pull request #85571 from rnhmjoj/secretstorage

pythonPackages.secretstorage: drop old dependency
This commit is contained in:
worldofpeace 2020-04-19 13:19:56 -04:00 committed by GitHub
commit 2a8f5b02b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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