From db19e30673a72ff8ee34276ede5dd081e6023cd3 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 27 Apr 2023 06:53:37 +0200 Subject: gnu: python-google-cloud-storage: Add missing input. * gnu/packages/python-web.scm (python-google-cloud-storage)[native-inputs]: Add python-mock. --- gnu/packages/python-web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/python-web.scm') diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index 76894adc0a..b2086fcbb1 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -7570,7 +7570,7 @@ classes) used by all of the @code{google-cloud-*} packages.") "tests/conformance/")) (invoke "pytest"))))))) (native-inputs - (list python-pytest python-test-utils)) + (list python-mock python-pytest python-test-utils)) (propagated-inputs (list python-google-api-core python-google-auth -- cgit v1.2.3