From 6ebc5d855c51e80c146835f97bf921616b7b3d18 Mon Sep 17 00:00:00 2001 From: Nguyễn Gia Phong Date: Mon, 29 Sep 2025 10:17:26 +0900 Subject: gnu: python-flit-core-next: Mark as deprecated. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is a followup to a34d8e427875e0538a81e4414e92cc41c91fd0cf. Replace all python-flit-core-next occurrences with python-flit-core. * gnu/packages/python-build.scm (python-flit-core-next): Mark as a deprecated public alias. * gnu/packages/machine-learning.scm (python-pytorch-geometric) [propagated-inputs]: Replace python-flit-core-next with python-flit-core. * gnu/packages/pdf.scm (python-pypdf) [propagated-inputs]: Replace python-flit-core-next with python-flit-core. * gnu/packages/python-check.scm (python-stestr) [propagated-inputs]: Replace python-flit-core-next with python-flit-core. * gnu/packages/python-xyz.scm (python-asyncclick) [propagated-inputs]: Replace python-flit-core-next with python-flit-core. Change-Id: I3a25290f6fd97995b773332addefe33afd016e67 Reviwed-by: Ludovic Courtès Signed-off-by: Sharlatan Hellseher --- gnu/packages/python-check.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/python-check.scm') diff --git a/gnu/packages/python-check.scm b/gnu/packages/python-check.scm index 34dc4c40cc0..72d4775abf6 100644 --- a/gnu/packages/python-check.scm +++ b/gnu/packages/python-check.scm @@ -3783,7 +3783,7 @@ possibly work.") (native-inputs (list python-ddt python-iso8601 - python-flit-core-next ;requires >=3.12 + python-flit-core python-setuptools)) (propagated-inputs (list python-cliff-bootstrap -- cgit v1.3