[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70393] [PATCH v2] gnu: python-pydevd: Use gdb/pinned.
From: |
Ludovic Courtès |
Subject: |
[bug#70393] [PATCH v2] gnu: python-pydevd: Use gdb/pinned. |
Date: |
Thu, 24 Oct 2024 14:56:31 +0200 |
From: Christopher Baines <mail@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@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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug#70393] [PATCH v2] gnu: python-pydevd: Use gdb/pinned.,
Ludovic Courtès <=