pythonPackages.google-cloud-asset: fix google-cloud-org-policy version range
This commit is contained in:
parent
7ad8f4249a
commit
4e91741b3c
@ -24,6 +24,11 @@ buildPythonPackage rec {
|
||||
sha256 = "05q0yaw6b553qmzylr45zin17h8mvi8yyyxhbv3cxa7f0ahviw8w";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace setup.py \
|
||||
--replace '"google-cloud-org-policy >= 0.1.2, < 0.2.0dev"' '"google-cloud-org-policy >= 0.1.2, < 0.2.1"'
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [
|
||||
grpc_google_iam_v1
|
||||
google-api-core
|
||||
|
Loading…
Reference in New Issue
Block a user