[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#74892] [PATCH 2/9] gnu: python-gitpython: Switch to ‘git-minimal/pi
From: |
Ludovic Courtès |
Subject: |
[bug#74892] [PATCH 2/9] gnu: python-gitpython: Switch to ‘git-minimal/pinned’. |
Date: |
Sun, 15 Dec 2024 19:16:22 +0100 |
This will allow updating ‘git-minimal’ and ‘git’ without triggering a
rebuild of ‘python-gitpython’ and its 3.5K dependents.
* gnu/packages/version-control.scm (python-gitpython): Depend on
‘git-minimal/pinned’ instead of ‘git’.
Change-Id: I7f635270eb915919a40ceb8f0ed2031a8749c75c
---
gnu/packages/version-control.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 3794d20082..f355856719 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1656,7 +1656,7 @@ (define-public python-gitpython
(search-input-file inputs "/bin/git")
"\""))))))))
(inputs
- (list git))
+ (list git-minimal/pinned))
(propagated-inputs
(list python-gitdb python-typing-extensions))
(native-inputs
--
2.46.0
- [bug#74892] [PATCH 0/9] Depending on 'git-minimal/pinned' where appropriate, Ludovic Courtès, 2024/12/15
- [bug#74892] [PATCH 8/9] gnu: python-reno: Switch to ‘git-minimal/pinned’., Ludovic Courtès, 2024/12/15
- [bug#74892] [PATCH 5/9] gnu: crun: Switch to ‘git-minimal/pinned'., Ludovic Courtès, 2024/12/15
- [bug#74892] [PATCH 6/9] gnu: podman: Switch to ‘git-minimal/pinned’., Ludovic Courtès, 2024/12/15
- [bug#74892] [PATCH 9/9] gnu: pre-commit: Switch to ‘git-minimal/pinned’., Ludovic Courtès, 2024/12/15