Commit 2309d5a5 authored by Max Bachmann's avatar Max Bachmann Committed by Robert Schütz
Browse files

python310Packages.rapidfuzz: cleanup

parent 75300fb3
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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