Merge branch 'staging-next' into staging

This commit is contained in:
Jan Tojnar
2021-04-06 16:25:41 +02:00
485 changed files with 4663 additions and 2031 deletions

View File

@@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchPypi, pythonOlder, google-api-core }:
{ lib, buildPythonPackage, fetchPypi, pythonOlder, google-api-core, proto-plus }:
buildPythonPackage rec {
pname = "google-cloud-org-policy";
@@ -9,7 +9,7 @@ buildPythonPackage rec {
sha256 = "b463704affab327c1d3fa4af280a858635b5f59a88456b2a08db62a336a352aa";
};
propagatedBuildInputs = [ google-api-core ];
propagatedBuildInputs = [ google-api-core proto-plus ];
# No tests in repo
doCheck = false;