From 24a369cebd96548ccbde064e1b278ee4216d3fd7 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 26 May 2021 12:39:48 +0200 Subject: [PATCH] python3Packages.beancount: add google-auth dep --- pkgs/development/python-modules/beancount/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/beancount/default.nix b/pkgs/development/python-modules/beancount/default.nix index 88369f41872..ec864e71498 100644 --- a/pkgs/development/python-modules/beancount/default.nix +++ b/pkgs/development/python-modules/beancount/default.nix @@ -7,6 +7,7 @@ , chardet , dateutil , google-api-python-client +, google-auth-oauthlib , lxml , oauth2client , ply @@ -35,6 +36,7 @@ buildPythonPackage rec { chardet dateutil google-api-python-client + google-auth-oauthlib lxml oauth2client ply