python311Packages.google-cloud-org-policy: refactor
This commit is contained in:
parent
4f889a1a38
commit
6b0936a976
1 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,7 @@
|
|||
, pytest-asyncio
|
||||
, pytestCheckHook
|
||||
, pythonOlder
|
||||
, setuptools
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -21,7 +22,11 @@ buildPythonPackage rec {
|
|||
hash = "sha256-3BJDTwbIDhscHDR8rcjLQP/JYZrktcW+tcK9WFyV2X8=";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
dependencies = [
|
||||
google-api-core
|
||||
proto-plus
|
||||
protobuf
|
||||
|
|
Loading…
Reference in a new issue