dvc: Don't strictly specify pathspec version

main
Kristoffer Ellersgaard Koch 2 years ago
parent bcfd4d2c8d
commit 0d3742d948
  1. 3
      pkgs/applications/version-management/dvc/default.nix

@ -23,7 +23,8 @@ python3.pkgs.buildPythonApplication rec {
postPatch = ''
substituteInPlace setup.cfg \
--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 \
--subst-var-by dvc "$out/bin/dcv"
'';

Loading…
Cancel
Save