guix_mirror_bot pushed a commit to branch next-master
in repository guix.

commit a0d6130786cb2b5234b40920794a5c897b5d7fc5
Author: Nicolas Graves <[email protected]>
AuthorDate: Thu Dec 25 00:48:16 2025 +0100

    gnu: python-cachecontrol: Remove python-lockfile propagated-input.
    
    * gnu/packages/python-web.scm (python-cachecontrol)[propagated-input]:
    Remove python-lockfile.
    
    Change-Id: I9801a3673d1e655148a7d9a76cb4026c26fca69d
    Signed-off-by: Sharlatan Hellseher <[email protected]>
---
 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 a96e39dfd4..56d7c41d14 100644
--- a/gnu/packages/python-web.scm
+++ b/gnu/packages/python-web.scm
@@ -7652,7 +7652,7 @@ provide an easy-to-use Python interface for building 
OAuth1 and OAuth2 clients."
      ;; It's too much work to package CherryPy for now.
      `(#:tests? #f))
     (propagated-inputs
-     (list python-filelock python-lockfile python-msgpack python-requests))
+     (list python-filelock python-msgpack python-requests))
     (native-inputs
      (list python-flit-core))
     (home-page "https://github.com/ionrock/cachecontrol";)

Reply via email to