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 | b7a4d2452ac3872ec5fe381323d3c521f416503c (patch) | |
| tree | 652bbad2b6c98500d59af915bc6d13505d8cea3d /gnu | |
| parent | 22778d24b665d795b952140500fd07a67f101b83 (diff) | |
gnu: Remove python-flit-core-next.
* gnu/packages/python-build.scm (python-flit-core-next): Delete variable.
Change-Id: Icb7703b21bc37a4bff6180450d5cfc1617f2dab7
Diffstat (limited to 'gnu')
| -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 f75b6758f3a..ec39cd324c6 100644 --- a/gnu/packages/python-build.scm +++ b/gnu/packages/python-build.scm @@ -1231,9 +1231,6 @@ specified by PEP 517, @code{flit_core.buildapi}.") (delete "python-toml") (prepend python-tomli))))) -(define-deprecated/public-alias python-flit-core-next - python-flit-core) ;may be removed after 2025-12-01 - (define-public python-flit-scm (package (name "python-flit-scm") |
