From dcff7b422b85937b54f96ba5c6f008aa00f0fc38 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Wed, 10 Jan 2024 15:06:11 +0100 Subject: [PATCH] python311Packages.google-cloud-storage: relax google-auth constraint --- .../python-modules/google-cloud-storage/default.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/development/python-modules/google-cloud-storage/default.nix b/pkgs/development/python-modules/google-cloud-storage/default.nix index ba7573452940..42ffe46a97b7 100644 --- a/pkgs/development/python-modules/google-cloud-storage/default.nix +++ b/pkgs/development/python-modules/google-cloud-storage/default.nix @@ -11,6 +11,7 @@ , protobuf , pytestCheckHook , pythonOlder +, pythonRelaxDepsHook , requests , setuptools }: @@ -28,9 +29,14 @@ buildPythonPackage rec { }; nativeBuildInputs = [ + pythonRelaxDepsHook setuptools ]; + pythonRelaxDeps = [ + "google-auth" + ]; + propagatedBuildInputs = [ google-auth google-cloud-core