diff options
Diffstat (limited to 'gnu/packages/python-build.scm')
| -rw-r--r-- | gnu/packages/python-build.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/python-build.scm b/gnu/packages/python-build.scm index ed903209f93..4f0302d1746 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -350,7 +350,8 @@ facilitate packaging Python projects, where packaging includes: (native-inputs (list python-wheel-0.40)))) -(define-public python-setuptools-next python-setuptools) +(define-deprecated/public-alias python-setuptools-next + python-setuptools) ;may be removed after 2025-12-01 (define-public python-wheel (package |
