summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-10-31 08:48:30 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:24 +0100
commitcf5bec98aeb34e133a49c35e328984e60d548887 (patch)
tree50303e0a0aee43115a71b94ef85a1a029e88d7d9 /gnu/packages/python-xyz.scm
parent98e6e9c4c8826be399c2119304792adf42dc66b1 (diff)
gnu: Add python-filelock-bootstrap.
* gnu/packages/python-build.scm (python-filelock-bootstrap): New variable. * gnu/packages/python-xyz.scm (python-filelock): Inherit from python-filelock-bootstrap. Change-Id: I0a0ff8246bcdccd384fe36119fd1125b53e0f670 Signed-off-by: Sharlatan Hellseher <sharlatanus@gmail.com>
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index e116a3bba49..2b2ce9423fa 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -5888,6 +5888,8 @@ Python's built-in @code{re} module with compatible interfaces.")
(license license:bsd-3)))
(define-public python-filelock
+ ;; Try to update simultaneously with the bootstrap version in
+ ;; (gnu packages python-build).
(package
(name "python-filelock")
(version "3.16.1")