Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: d96959a6296b
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2a8f5b02b70b
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Apr 19, 2020

  1. pythonPackages.secretstorage: drop old dependency

    pygobject was an optional dependency at some point but it has been
    removed and is no longer needed.
    rnhmjoj committed Apr 19, 2020

    Verified

    This commit was signed with the committer’s verified signature.
    peterromfeldhk Peter Romfeld
    Copy the full SHA
    c9a77e4 View commit details
  2. Merge pull request #85571 from rnhmjoj/secretstorage

    pythonPackages.secretstorage: drop old dependency
    worldofpeace authored Apr 19, 2020
    Copy the full SHA
    2a8f5b0 View commit details
Showing with 1 addition and 2 deletions.
  1. +1 −2 pkgs/development/python-modules/secretstorage/default.nix
3 changes: 1 addition & 2 deletions pkgs/development/python-modules/secretstorage/default.nix
Original file line number Diff line number Diff line change
@@ -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