python310Packages.rapidfuzz: cleanup
This commit is contained in:
parent
75300fb33d
commit
2309d5a571
@ -8,10 +8,8 @@
|
||||
, ninja
|
||||
, scikit-build
|
||||
, setuptools
|
||||
, jarowinkler
|
||||
, numpy
|
||||
, hypothesis
|
||||
, jarowinkler-cpp
|
||||
, pandas
|
||||
, pytestCheckHook
|
||||
, rapidfuzz-cpp
|
||||
@ -44,7 +42,6 @@ buildPythonPackage rec {
|
||||
dontUseCmakeConfigure = true;
|
||||
|
||||
buildInputs = [
|
||||
jarowinkler-cpp
|
||||
rapidfuzz-cpp
|
||||
taskflow
|
||||
];
|
||||
@ -60,10 +57,13 @@ buildPythonPackage rec {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
jarowinkler
|
||||
numpy
|
||||
];
|
||||
|
||||
preCheck = ''
|
||||
export RAPIDFUZZ_IMPLEMENTATION=cpp
|
||||
'';
|
||||
|
||||
checkInputs = [
|
||||
hypothesis
|
||||
pandas
|
||||
|
Loading…
Reference in New Issue
Block a user