[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#70656] [PATCH python-team 2/4] gnu: python-gitdb: Use git-minimal/p
From: |
Christopher Baines |
Subject: |
[bug#70656] [PATCH python-team 2/4] gnu: python-gitdb: Use git-minimal/pinned. |
Date: |
Mon, 29 Apr 2024 21:40:47 +0100 |
This helps reduce the dependencies on git, as I think it's find to build with
a slightly older git, at least during periods when git-minimal/pinned needs
updating.
* gnu/packages/version-control.scm (python-gitdb)[native-inputs]: Use
git-minimal/pinned.
Change-Id: Ib9e65383d18a234567a36824ad3e08dc21eff200
---
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 c340d5fdc8..c2ff4040fb 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -1409,7 +1409,7 @@ (define-public python-gitdb
(propagated-inputs
(list python-smmap))
(native-inputs
- (list git python-nose))
+ (list git-minimal/pinned python-nose))
(home-page "https://github.com/gitpython-developers/gitdb")
(synopsis "Python implementation of the Git object database")
(description
--
2.41.0