python310Packages.rapidfuzz: cleanup

This commit is contained in:
Max Bachmann
2022-12-10 13:57:32 -08:00
committed by Robert Schütz
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