guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit 759a84ce9b0b53e0cdf590917bf7e81b7b1d9ebd
Author: Sharlatan Hellseher <[email protected]>
AuthorDate: Wed Jan 21 14:17:43 2026 +0000
gnu: Remove pudb.
* gnu/packages/python-xyz.scm (pudb): Delete variable.
Change-Id: I9cdd207262a70bd0cfec89ce36e9ee035cf2ac67
---
gnu/packages/python-xyz.scm | 3 ---
1 file changed, 3 deletions(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 78cd0f40fd..f55ec689d0 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33667,9 +33667,6 @@ all the niceties of modern GUI-based debuggers in a
more lightweight and
keyboard-friendly package.")
(license license:expat)))
-(define-deprecated-package pudb
- python-pudb)
-
(define-public python-iwlib
(package
(name "python-iwlib")