searx: force to use new pyopenssl

This commit is contained in:
Matthew Bauer 2016-08-16 20:46:19 +00:00
parent 7d3bccdd7c
commit a2937ba293
1 changed files with 2 additions and 1 deletions

View File

@ -26376,7 +26376,8 @@ in modules // {
postPatch = ''
substituteInPlace requirements.txt \
--replace 'certifi==2015.11.20.1' 'certifi==2016.2.28'
--replace 'certifi==2015.11.20.1' 'certifi==2016.2.28' \
--replace 'pyopenssl==0.15.1' 'pyopenssl==16.0.0'
'';
propagatedBuildInputs = with self; [