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
No known key found for this signature in database
GPG key ID: CA4106B8D7CC79FA

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
'';