mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-16 18:53:17 +00:00
python310Packages.google-cloud-asset: adjust inputs
This commit is contained in:
parent
150e09e213
commit
d909652126
@ -8,6 +8,7 @@
|
||||
, google-cloud-os-config
|
||||
, google-cloud-testutils
|
||||
, libcst
|
||||
, protobuf
|
||||
, proto-plus
|
||||
, pytest-asyncio
|
||||
, pytestCheckHook
|
||||
@ -35,7 +36,14 @@ buildPythonPackage rec {
|
||||
google-cloud-os-config
|
||||
libcst
|
||||
proto-plus
|
||||
];
|
||||
protobuf
|
||||
] ++ google-api-core.optional-dependencies.grpc;
|
||||
|
||||
passthru.optional-dependencies = {
|
||||
libcst = [
|
||||
libcst
|
||||
];
|
||||
};
|
||||
|
||||
checkInputs = [
|
||||
google-cloud-testutils
|
||||
|
Loading…
Reference in New Issue
Block a user