lol

python3Packages.vdirsyncer: relax click-log constraint

+7 -4
+7 -4
pkgs/development/python-modules/vdirsyncer/default.nix
··· 28 28 hash = "sha256-J7w+1R93STX7ujkpFcjI1M9jmuUaRLZ0aGtJoQJfwgE="; 29 29 }; 30 30 31 + postPatch = '' 32 + substituteInPlace setup.py \ 33 + --replace "click-log>=0.3.0, <0.4.0" "click-log>=0.3.0, <0.5.0" 34 + 35 + sed -i -e '/--cov/d' -e '/--no-cov/d' setup.cfg 36 + ''; 37 + 31 38 propagatedBuildInputs = [ 32 39 atomicwrites 33 40 click ··· 48 55 pytest-localserver 49 56 pytest-subtesthack 50 57 ]; 51 - 52 - postPatch = '' 53 - sed -i -e '/--cov/d' -e '/--no-cov/d' setup.cfg 54 - ''; 55 58 56 59 preCheck = '' 57 60 export DETERMINISTIC_TESTS=true