coursera-dl: relax version constraints
This commit is contained in:
parent
de9c266296
commit
3de6effe70
|
@ -22,6 +22,11 @@ in pythonPackages.buildPythonApplication rec {
|
||||||
|
|
||||||
checkInputs = with pythonPackages; [ pytest mock ];
|
checkInputs = with pythonPackages; [ pytest mock ];
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace requirements.txt \
|
||||||
|
--replace '==' '>='
|
||||||
|
'';
|
||||||
|
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
export LC_ALL=en_US.utf-8
|
export LC_ALL=en_US.utf-8
|
||||||
'';
|
'';
|
||||||
|
|
Loading…
Reference in New Issue