diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2026-01-17 14:31:12 +0000 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-02-07 12:28:24 +0100 |
| commit | 81dcb1f37a8a845aea8a81296b47e875ef35c50c (patch) | |
| tree | 83eabd8b5ed68d125bf71e3eaf74a81fd247f68a /gnu/packages | |
| parent | ac7e58d235d4e3757222c276f5aa7479f51de9d7 (diff) | |
gnu: Remove python-setuptools-next.
* gnu/packages/python-build.scm (python-setuptools-next): Delete variable.
Change-Id: I2de8aa1869e1d7485cc2816c6ab0d67429cce707
Diffstat (limited to 'gnu/packages')
| -rw-r--r-- | gnu/packages/python-build.scm | 3 |
1 files changed, 0 insertions, 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") |
