pythonPackages.textacy: fix build

This commit is contained in:
worldofpeace 2019-01-28 15:20:41 -05:00
parent e7c0604fb1
commit c259cbe19f

View file

@ -52,6 +52,11 @@ buildPythonPackage rec {
unidecode
];
postPatch = ''
substituteInPlace setup.py \
--replace "'ftfy>=4.2.0,<5.0.0'," "'ftfy>=5.0.0',"
'';
doCheck = false; # tests want to download data files
meta = with stdenv.lib; {