mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
pythonPackages.searx: update version bounds of dateutil
This commit is contained in:
parent
28a4c998fa
commit
1dadbe7e27
@ -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; [
|
||||
|
Loading…
Reference in New Issue
Block a user