gnu: python-check-manifest: Use the 'fixed' git for tests.
* gnu/packages/python-xyz.scm (python-check-manifest)[native-inputs]: Change from GIT to GIT-MINIMAL/FIXED.
This commit is contained in:
parent
b654726c45
commit
273988e94c
1 changed files with 2 additions and 2 deletions
|
@ -25569,8 +25569,6 @@ also be usable with other GSSAPI mechanisms.")
|
||||||
(base32
|
(base32
|
||||||
"0lk45ifdv2cpkl6ayfyix7jwmnxa1rha7xvb0ih5999k115wzqs4"))))
|
"0lk45ifdv2cpkl6ayfyix7jwmnxa1rha7xvb0ih5999k115wzqs4"))))
|
||||||
(build-system python-build-system)
|
(build-system python-build-system)
|
||||||
(native-inputs
|
|
||||||
(list python-mock git))
|
|
||||||
(arguments
|
(arguments
|
||||||
`(#:phases
|
`(#:phases
|
||||||
(modify-phases %standard-phases
|
(modify-phases %standard-phases
|
||||||
|
@ -25582,6 +25580,8 @@ also be usable with other GSSAPI mechanisms.")
|
||||||
(setenv "HOME" "/tmp")
|
(setenv "HOME" "/tmp")
|
||||||
(invoke "git" "config" "--global"
|
(invoke "git" "config" "--global"
|
||||||
"protocol.file.allow" "always"))))))
|
"protocol.file.allow" "always"))))))
|
||||||
|
(native-inputs
|
||||||
|
(list python-mock git-minimal/fixed))
|
||||||
(home-page "https://github.com/mgedmin/check-manifest")
|
(home-page "https://github.com/mgedmin/check-manifest")
|
||||||
(synopsis "Check MANIFEST.in in a Python source package for completeness")
|
(synopsis "Check MANIFEST.in in a Python source package for completeness")
|
||||||
(description "Python package can include a MANIFEST.in file to help with
|
(description "Python package can include a MANIFEST.in file to help with
|
||||||
|
|
Reference in a new issue