aboutsummaryrefslogtreecommitdiff
path: root/infra/libkookie/nixpkgs/pkgs/tools/admin/aws-google-auth
diff options
context:
space:
mode:
authorMx Kookie <kookie@spacekookie.de>2020-12-09 18:55:19 +0000
committerMx Kookie <kookie@spacekookie.de>2020-12-09 18:55:19 +0000
commit80d90d9b204f7c17912740f9f414fe5d59f293ba (patch)
tree5f2065a06e724270610760d59d01c6888b375a46 /infra/libkookie/nixpkgs/pkgs/tools/admin/aws-google-auth
parent3a31a84c7d3e589035ad08499206aac44a81f424 (diff)
parent83cbad92d73216bb0d9187c56cce0b91f9121d5a (diff)
Merge commit '83cbad92d73216bb0d9187c56cce0b91f9121d5a' into main
Diffstat (limited to 'infra/libkookie/nixpkgs/pkgs/tools/admin/aws-google-auth')
-rw-r--r--infra/libkookie/nixpkgs/pkgs/tools/admin/aws-google-auth/default.nix14
1 files changed, 8 insertions, 6 deletions
diff --git a/infra/libkookie/nixpkgs/pkgs/tools/admin/aws-google-auth/default.nix b/infra/libkookie/nixpkgs/pkgs/tools/admin/aws-google-auth/default.nix
index d96eadf0eab5..a9a49beda2f3 100644
--- a/infra/libkookie/nixpkgs/pkgs/tools/admin/aws-google-auth/default.nix
+++ b/infra/libkookie/nixpkgs/pkgs/tools/admin/aws-google-auth/default.nix
@@ -4,6 +4,7 @@
, beautifulsoup4
, boto3
, configparser
+, filelock
, keyring
, keyrings-alt
, lxml
@@ -19,7 +20,7 @@
buildPythonApplication rec {
pname = "aws-google-auth";
- version = "0.0.34";
+ version = "0.0.36";
# Pypi doesn't ship the tests, so we fetch directly from GitHub
# https://github.com/cevoaustralia/aws-google-auth/issues/120
@@ -27,13 +28,14 @@ buildPythonApplication rec {
owner = "cevoaustralia";
repo = "aws-google-auth";
rev = version;
- sha256 = "12c5ssdy870szrizhs4d7dzcpq3hvszjvl8ba60qf1ak5jsr1ay4";
+ sha256 = "099r020v33sij2b3816cjp4fpy35c886l559szfxqx6kgy19y9z7";
};
- propagatedBuildInputs = [
+ propagatedBuildInputs = [
beautifulsoup4
boto3
configparser
+ filelock
keyring
keyrings-alt
lxml
@@ -43,10 +45,10 @@ buildPythonApplication rec {
tabulate
tzlocal
] ++ lib.optional withU2F python-u2flib-host;
-
- checkInputs = [
+
+ checkInputs = [
mock
- nose
+ nose
];
preCheck = ''