coursera-dl: relax version constraints

This commit is contained in:
Jörg Thalheim
2019-01-17 08:47:09 +00:00
parent de9c266296
commit 3de6effe70

View File

@@ -22,6 +22,11 @@ in pythonPackages.buildPythonApplication rec {
checkInputs = with pythonPackages; [ pytest mock ];
postPatch = ''
substituteInPlace requirements.txt \
--replace '==' '>='
'';
preConfigure = ''
export LC_ALL=en_US.utf-8
'';