guix_mirror_bot pushed a commit to branch python-team
in repository guix.

commit 1f600d5abd167dec62ee29ca23bb7f4e23bab0c1
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 f01f1c293f..c464637d69 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -33709,9 +33709,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")

Reply via email to