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

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