guix_mirror_bot pushed a commit to branch python-team
in repository guix.
commit acecdc56eded720225b4cf178e77b192c9197d65
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 3b58d91646..3987c88b97 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")