python311Packages.google-cloud-storage: relax google-auth constraint

This commit is contained in:
Martin Weinelt
2024-01-10 15:26:57 +01:00
parent 896fbb623f
commit dcff7b422b
@@ -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