gnu: python-pythondialog: Deprecate in favor of python-dialog.

* gnu/packages/python-xyz.scm (python-pythondialog): Proper deprecate
variable.

Change-Id: Ic76ad0fa92bb8eb7ffe47b06a8ba8ea70a54de24
This commit is contained in:
Sharlatan Hellseher 2026-01-21 14:18:27 +00:00
parent ca0045c67a
commit 4a30244e8a
No known key found for this signature in database
GPG key ID: 76D727BFF62CD2B5

View file

@ -18755,8 +18755,7 @@ easy to use, pythonic and comprehensive Python interface to dialog. This
allows one to make simple text-mode user interfaces on Unix-like systems")
(license license:lgpl2.1)))
(define-public python-pythondialog
(deprecated-package "python-pythondialog" python-dialog))
(define-deprecated-package python-pythondialog python-dialog)
(define-public python-confection
(package