python3Packages.toggl-cli: update relaxed constraints

main
Martin Weinelt 2 years ago
parent f401eec200
commit e245a3d132
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
  1. 5
      pkgs/development/python-modules/toggl-cli/default.nix

@ -58,8 +58,9 @@ buildPythonPackage rec {
postPatch = ''
substituteInPlace requirements.txt \
--replace "notify-py==0.3.1" "notify-py>=0.3.1" \
--replace "click==7.1.2" "click>=7.1.2" \
--replace "pbr==5.5.1" "pbr>=5.5.1"
--replace "click==8.0.3" "click>=8.0.3" \
--replace "pbr==5.8.0" "pbr>=5.8.0" \
--replace "inquirer==2.9.1" "inquirer>=2.9.1"
substituteInPlace pytest.ini \
--replace ' --cov toggl -m "not premium"' ""
'';

Loading…
Cancel
Save