python310Packages.toggl-cli: relax notify-py version constraint
This commit is contained in:
committed by
Robert Schütz
parent
df429dc647
commit
280f04daaf
@@ -57,7 +57,7 @@ buildPythonPackage rec {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace requirements.txt \
|
||||
--replace "notify-py==0.3.1" "notify-py>=0.3.1" \
|
||||
--replace "notify-py==0.3.3" "notify-py>=0.3.3" \
|
||||
--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"
|
||||
|
||||
Reference in New Issue
Block a user