mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
Merge pull request #194915 from kristofferkoch/dvc-pathspec-fix
dvc: Don't strictly specify pathspec version
This commit is contained in:
commit
637d01853e
@ -23,7 +23,8 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
postPatch = ''
|
postPatch = ''
|
||||||
substituteInPlace setup.cfg \
|
substituteInPlace setup.cfg \
|
||||||
--replace "grandalf==0.6" "grandalf" \
|
--replace "grandalf==0.6" "grandalf" \
|
||||||
--replace "scmrepo==0.0.25" "scmrepo"
|
--replace "scmrepo==0.0.25" "scmrepo" \
|
||||||
|
--replace "pathspec>=0.9.0,<0.10.0" "pathspec"
|
||||||
substituteInPlace dvc/daemon.py \
|
substituteInPlace dvc/daemon.py \
|
||||||
--subst-var-by dvc "$out/bin/dcv"
|
--subst-var-by dvc "$out/bin/dcv"
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user