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