summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorNicolas Graves <ngraves@ngraves.fr>2025-10-31 06:42:30 +0100
committerAndreas Enge <andreas@enge.fr>2026-02-07 12:28:23 +0100
commit621bd48bc302cac5bbda183a18cee5af37567979 (patch)
treef2a99622d09ce7a08b5df1649885e71eb9834531 /gnu/packages/python-xyz.scm
parentfc513cc7e614ed062c684b09806982747dd60434 (diff)
gnu: Add python-platformdirs-bootstrap.
* gnu/packages/python-build.scm (python-platformdirs-bootstrap): New variable. * gnu/packages/python-xyz.scm (python-platformdirs): Add a comment. Change-Id: If9c296d498690f8c1fff585a6bb7ce4579434c79 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 29bce912d5e..599cb776a8d 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33549,6 +33549,8 @@ statements in OFX files.")
(license license:expat)))
(define-public python-platformdirs
+ ;; Try to update simultaneously with the bootstrap version in
+ ;; (gnu packages python-build).
(package
(name "python-platformdirs")
(version "4.3.6")