diff options
| author | Andreas Enge <andreas@enge.fr> | 2026-03-02 17:08:39 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-02 17:10:18 +0100 |
| commit | 6682027c99e86051ddb124f12062c1c494feec24 (patch) | |
| tree | 8b780a07c9fc7074d5eb5323278d3f35301f6753 /gnu/packages/python-xyz.scm | |
| parent | b0b9fedbe4b4cc898e321f3fa99fd149b3761f30 (diff) | |
gnu: Add back deprecated meson-python.
This is a follow-up to commit 19dbcc92e5601a3431c35357b21047fcdf2bc385 .
* gnu/packages/python-xyz.scm (meson-python): Add back as a deprecated
package.
Change-Id: Ie9e969e414f4c692fea704c8f9183eab0463fba8
Diffstat (limited to 'gnu/packages/python-xyz.scm')
| -rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 8eecffce7d4..0ec525b8f9b 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -15900,6 +15900,8 @@ use of the Meson build system.") ;; XXX: Deprecated on <2026-01-26>. (define-deprecated/public-alias python-meson-python python-meson) +;;; Deprecated on 2026-03-02. +(define-deprecated-package meson-python python-meson) (define-public python-mccabe (package |
