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 | ac7e58d235d4e3757222c276f5aa7479f51de9d7 (patch) | |
| tree | d9b1f9c342e93797f403ef784ff7dc4d121c3008 /gnu/packages/python-build.scm | |
| parent | b7a4d2452ac3872ec5fe381323d3c521f416503c (diff) | |
gnu: Remove python-poetry-core-next.
* gnu/packages/python-build.scm (python-poetry-core-next): Delete variable.
Change-Id: Ic4cddb270e1b4c25ca02bb63de5e3f4678bf49de
Diffstat (limited to 'gnu/packages/python-build.scm')
| -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 ec39cd324c6..5e4daf70310 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -1150,9 +1150,6 @@ a light weight, fully compliant, self-contained package allowing PEP 517 compatible build front-ends to build Poetry managed projects.") (license license:expat))) -(define-deprecated/public-alias python-poetry-core-next - python-poetry-core) ;may be removed after 2025-12-01 - (define-public python-filelock-bootstrap ;; Try to update simultaneously with the standard version in ;; (gnu packages python-build). |
