python310Packages.google-cloud-access-context-manager: adjust inputs
This commit is contained in:
parent
3e2ee86eee
commit
e8f8113ee8
1 changed files with 3 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
, fetchPypi
|
||||
, google-api-core
|
||||
, pythonOlder
|
||||
, protobuf
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -19,7 +20,8 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
google-api-core
|
||||
];
|
||||
protobuf
|
||||
] ++ google-api-core.optional-dependencies.grpc;
|
||||
|
||||
# No tests in repo
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue