about summary refs log tree commit diff
path: root/pkgs/development/python-modules/textacy/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/textacy/default.nix')
-rw-r--r--pkgs/development/python-modules/textacy/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/textacy/default.nix b/pkgs/development/python-modules/textacy/default.nix
index 05121f2b9b28..086218b84396 100644
--- a/pkgs/development/python-modules/textacy/default.nix
+++ b/pkgs/development/python-modules/textacy/default.nix
@@ -30,8 +30,6 @@ buildPythonPackage rec {
     sha256 = "50402545ac92b1a931c2365e341cb35c4ebe5575525f1dcc5265901ff3895a5f";
   };
 
-  disabled = isPy27; # 2.7 requires backports.csv
-
   propagatedBuildInputs = [
     cachetools
     cld2-cffi
@@ -64,5 +62,8 @@ buildPythonPackage rec {
     homepage = "http://textacy.readthedocs.io/";
     license = licenses.asl20;
     maintainers = with maintainers; [ rvl ];
+    # ftfy and jellyfish no longer support python2
+    # latest scikitlearn not supported for this: https://github.com/chartbeat-labs/textacy/issues/260
+    broken = true;
   };
 }