python3.pkgs.python-crfsuite: enable for python 3.10

This commit is contained in:
Jörg Thalheim 2022-06-27 23:18:01 +02:00
parent 31c7cd728f
commit 679707115e

View file

@ -33,6 +33,5 @@ buildPythonPackage rec {
homepage = "https://github.com/scrapinghub/python-crfsuite";
license = licenses.mit;
maintainers = teams.tts.members;
broken = pythonAtLeast "3.10"; # https://github.com/scrapinghub/python-crfsuite/issues/130
};
}