From d93fb37c335ac217fc48650919fe489fb2498bd6 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 27 Feb 2024 09:15:08 +0100 Subject: [PATCH] python311Packages.google-cloud-artifact-registry: refactor --- .../python-modules/google-cloud-artifact-registry/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix b/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix index 01bf9da078dd..7bf3e64e7b14 100644 --- a/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix +++ b/pkgs/development/python-modules/google-cloud-artifact-registry/default.nix @@ -1,9 +1,9 @@ -{ lib -, buildPythonPackage +{ buildPythonPackage , fetchPypi , google-api-core , google-auth , grpc-google-iam-v1 +, lib , proto-plus , protobuf , pytestCheckHook