From 33210bced42287ae96b28b51fe22c2e4a2d7afa2 Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Tue, 27 Feb 2024 21:06:59 +0100 Subject: 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 --- gnu/packages/python-xyz.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'gnu/packages/python-xyz.scm') 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") -- cgit v1.3