summaryrefslogtreecommitdiff
path: root/gnu/packages/python-web.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-12-25 00:48:16 +0100
committerRutherther <rutherther@ditigal.xyz>2026-01-25 21:22:39 +0100
commitba94b24f93e839136f0c1e8e4b5077d0581a59ab (patch)
tree4419b09481a40b8fabbb60c408c8e5dc33aa54b0 /gnu/packages/python-web.scm
parentfae2a5bb8f4f544a5e040d918022241124bb4754 (diff)
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 <sharlatanus@gmail.com> Signed-off-by: Rutherther <rutherther@ditigal.xyz>
Diffstat (limited to 'gnu/packages/python-web.scm')
-rw-r--r--gnu/packages/python-web.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index a96e39dfd4a..56d7c41d147 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")