pythonPackages.textacy: fix build
This commit is contained in:
@@ -52,6 +52,11 @@ buildPythonPackage rec {
|
|||||||
unidecode
|
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
|
doCheck = false; # tests want to download data files
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
|
|||||||
Reference in New Issue
Block a user