diff options
| author | Nicolas Graves <ngraves@ngraves.fr> | 2025-10-31 06:42:30 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:23 +0100 |
| commit | 621bd48bc302cac5bbda183a18cee5af37567979 (patch) | |
| tree | f2a99622d09ce7a08b5df1649885e71eb9834531 /gnu/packages/python-xyz.scm | |
| parent | fc513cc7e614ed062c684b09806982747dd60434 (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.scm | 2 |
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") |
