diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-02-27 21:06:59 +0100 |
---|---|---|
committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2024-12-13 20:18:32 +0000 |
commit | 33210bced42287ae96b28b51fe22c2e4a2d7afa2 (patch) | |
tree | 021e29480a6f56d0bdcd7b6f3cab3cec9021aa1f /gnu/packages/python-xyz.scm | |
parent | 56cbfffc4ed3323f3e63ea5934d1383386845559 (diff) |
gnu: python-packaging-bootstrap: Update to 23.2.
* gnu/packages/python-build.scm (python-packaging-bootstrap): Update to 23.2.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-flit-core.
* gnu/packages/python-xyz.scm (python-packaging)
[native-inputs]: Add python-flit-core.
Change-Id: I5d3bdec62aabfe1b5e6de988d210862ad6da9002
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index f8fba89a76..422ba34498 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -25219,7 +25219,9 @@ manipulation, or @code{stdout}.") (if tests? (invoke "pytest" "-vv") (format #t "test suite not run~%"))))))) - (native-inputs (list python-pretend python-pytest)) + (native-inputs + (list python-flit-core + python-pretend python-pytest)) (propagated-inputs (list python-pyparsing python-six)) (home-page "https://github.com/pypa/packaging") (synopsis "Core utilities for Python packages") |