From 91013adcdba55ce7756deb5ce08009f923d5dbcd Mon Sep 17 00:00:00 2001 From: Sharlatan Hellseher Date: Sat, 17 Jan 2026 14:31:12 +0000 Subject: [PATCH] gnu: Remove python-setuptools-next. * gnu/packages/python-build.scm (python-setuptools-next): Delete variable. Change-Id: I2de8aa1869e1d7485cc2816c6ab0d67429cce707 --- gnu/packages/python-build.scm | 3 --- 1 file changed, 3 deletions(-) diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index 5e4daf70310..ef2989703b6 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -902,9 +902,6 @@ facilitate packaging Python projects, where packaging includes: (sha256 (base32 "127svm8cdpvmq37gcrbvdr9fhrhs0nscnzh63gypjc1wyfwfg30j")))))) -(define-deprecated/public-alias python-setuptools-next - python-setuptools) ;may be removed after 2025-12-01 - (define-public python-wheel (package (name "python-wheel")