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 87a982d8d83..ed903209f93 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -561,7 +561,8 @@ a light weight, fully compliant, self-contained package allowing PEP 517 compatible build front-ends to build Poetry managed projects.") (license license:expat))) -(define-public python-poetry-core-next python-poetry-core) +(define-deprecated/public-alias python-poetry-core-next + python-poetry-core) ;may be removed after 2025-12-01 ;;; This package exists to bootstrap python-tomli. (define-public python-flit-core-bootstrap |
