mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: python-pbr: Use git-minimal/pinned.
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-pbr)[propagated-inputs]: Use git-minimal/pinned. Change-Id: Ib90056a1a603e06a99b5c601f9fcba7375dc24ac Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
parent
976ea30c46
commit
988ceea743
1 changed files with 1 additions and 1 deletions
|
@ -5696,7 +5696,7 @@ code introspection, and logging.")
|
|||
(arguments
|
||||
`(#:tests? #f)) ;; Most tests seem to use the Internet.
|
||||
(propagated-inputs
|
||||
(list git)) ;; pbr actually uses the "git" binary.
|
||||
(list git-minimal/pinned)) ;; pbr actually uses the "git" binary.
|
||||
(native-inputs
|
||||
`(("python-fixtures" ,python-fixtures-bootstrap)
|
||||
;; discover, coverage, hacking, subunit
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue