python39Packages.google-cloud-access-context-manager: fix depedency pin

This commit is contained in:
Sandro Jäckel 2021-08-23 22:28:55 +02:00
parent 3f9ad23520
commit 435a9dc3e4
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -9,6 +9,11 @@ buildPythonPackage rec {
sha256 = "011hbbjqjqk6fskb180hfhhsddz3i2a9gz34sf4wy1j2s4my9xy0";
};
postPatch = ''
substituteInPlace setup.py \
--replace "google-api-core[grpc] >= 1.26.0, < 2.0.0dev" "google-api-core[grpc] >= 1.26.0, < 2.0.1"
'';
propagatedBuildInputs = [ google-api-core ];
# No tests in repo