GNU bug report logs -
#70393
[PATCH] gnu: python-pydevd: Use gdb/pinned.
Previous Next
Reported by: Christopher Baines <mail <at> cbaines.net>
Date: Mon, 15 Apr 2024 08:27:02 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
Message #22 received at 70393 <at> debbugs.gnu.org (full text, mbox):
From: Christopher Baines <mail <at> cbaines.net>
To allow gdb to be updated more easily.
* gnu/packages/python-xyz.scm (python-pydevd)[inputs]: Use gdb/pinned.
Change-Id: Icf417f89933bc190bf4c0d869c199cfe50d463ef
Signed-off-by: Ludovic Courtès <ludo <at> gnu.org>
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Dear qa.guix, could you please build this for us?
Ludo'.
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index b58eb1ff88..95c33342b6 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -17093,7 +17093,7 @@ (define-public python-pydevd
python-pytest-xdist
python-trio
python-untangle))
- (inputs (list coreutils gdb procps))
+ (inputs (list coreutils gdb/pinned procps))
(home-page "https://github.com/fabioz/PyDev.Debugger/")
(synopsis "Python debugger")
(description "PyDev.Debugger is a capable Python debugger used in PyDev
base-commit: f125143d64c3fac8c9576a55b48331cbf6096460
--
2.46.0
This bug report was last modified 233 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.