python310Packages.py_stringmatching: add pythonImportsCheck
This commit is contained in:
parent
df3053556a
commit
1fe9600d6f
1 changed files with 4 additions and 0 deletions
|
@ -23,6 +23,10 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [ numpy six ];
|
||||
|
||||
pythonImportsCheck = [
|
||||
"py_stringmatching"
|
||||
];
|
||||
|
||||
meta = with lib; {
|
||||
description = "Python string matching library including string tokenizers and string similarity measures";
|
||||
homepage = "https://github.com/anhaidgroup/py_stringmatching";
|
||||
|
|
Loading…
Reference in a new issue