guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: python-google-resumable-media: Add missing input.


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

rekado pushed a commit to branch master
in repository guix.

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

    gnu: python-google-resumable-media: Add missing input.
    
    * gnu/packages/python-web.scm 
(python-google-resumable-media)[native-inputs]:
    Add python-mock.
---
 gnu/packages/python-web.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index 68c0d12474..76894adc0a 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7396,6 +7396,7 @@ server-to-server authentication mechanisms to access 
Google APIs.")
     (propagated-inputs (list python-google-crc32c))
     (native-inputs
      (list python-google-auth
+           python-mock
            python-pytest
            python-requests
            python-test-utils))



reply via email to

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