[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70393] [PATCH] gnu: python-pydevd: Use gdb/pinned.
From: |
Christopher Baines |
Subject: |
[bug#70393] [PATCH] gnu: python-pydevd: Use gdb/pinned. |
Date: |
Mon, 15 Apr 2024 09:25:47 +0100 |
To allow gdb to be updated more easily.
* gnu/packages/python-xyz.scm (python-pydevd)[inputs]: Use gdb/pinned.
Change-Id: Icf417f89933bc190bf4c0d869c199cfe50d463ef
---
gnu/packages/python-xyz.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 92566abfed..a19422aa4a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -16471,7 +16471,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: 4e7337536ba41e888a601c92fada8a4adca9d2c6
--
2.41.0
- [bug#70393] [PATCH] gnu: python-pydevd: Use gdb/pinned.,
Christopher Baines <=