3
0
Fork 0
forked from mirrors/nixpkgs

vdirsyncer: remove unneeded substituteInPlace

Upstream fixed the issue.
This commit is contained in:
Damien Cassou 2023-03-13 07:51:45 +01:00
parent fed70c1eaa
commit 16a5e2dd58
No known key found for this signature in database
GPG key ID: B68746238E59B548

View file

@ -35,9 +35,6 @@ buildPythonPackage rec {
};
postPatch = ''
substituteInPlace setup.py \
--replace "click-log>=0.3.0, <0.4.0" "click-log>=0.3.0, <0.5.0"
sed -i -e '/--cov/d' -e '/--no-cov/d' pyproject.toml
'';