guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: python-google-cloud-storage: Add missing input.


From: guix-commits
Subject: 02/02: gnu: python-google-cloud-storage: Add missing input.
Date: Thu, 27 Apr 2023 01:42:52 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit db19e30673a72ff8ee34276ede5dd081e6023cd3
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 27 06:53:37 2023 +0200

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]