python310Packages.python-crfsuite: mark as broken
This commit is contained in:
parent
4ba2b7b94e
commit
2f4e0dfb09
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, fetchPypi
|
, fetchPypi
|
||||||
, pytestCheckHook
|
, pytestCheckHook
|
||||||
|
, pythonAtLeast
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -32,5 +33,6 @@ buildPythonPackage rec {
|
||||||
homepage = "https://github.com/scrapinghub/python-crfsuite";
|
homepage = "https://github.com/scrapinghub/python-crfsuite";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = teams.tts.members;
|
maintainers = teams.tts.members;
|
||||||
|
broken = pythonAtLeast "3.10"; # https://github.com/scrapinghub/python-crfsuite/issues/130
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue