pythonPackages.searx: update version bounds of dateutil

This commit is contained in:
Franz Pletz 2017-03-22 13:02:07 +01:00
parent 28a4c998fa
commit 1dadbe7e27
No known key found for this signature in database
GPG key ID: 846FDED7792617B4

View file

@ -29119,7 +29119,8 @@ EOF
--replace 'lxml==3.7.1' 'lxml' \
--replace 'pyopenssl==16.2.0' 'pyopenssl' \
--replace 'requests[socks]==2.12.4' 'requests[socks]' \
--replace 'pygments==2.1.3' 'pygments>=2.1,<3.0'
--replace 'pygments==2.1.3' 'pygments>=2.1,<3.0' \
--replace 'python-dateutil==2.5.3' 'python-dateutil>=2.5,<3.0'
'';
propagatedBuildInputs = with self; [