Commit d1454ba7 authored by Robert Schütz's avatar Robert Schütz
Browse files

python312Packages.imageio-ffmpeg: cleanup

parent a663f5a0
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -29,15 +29,10 @@ buildPythonPackage rec {
  patches = [
    (substituteAll {
      src = ./ffmpeg-path.patch;
      ffmpeg = "${ffmpeg}/bin/ffmpeg";
      ffmpeg = lib.getExe ffmpeg;
    })
  ];

  # https://github.com/imageio/imageio-ffmpeg/issues/59
  postPatch = ''
    sed -i '/setup_requires=\["pip>19"\]/d' setup.py
  '';

  build-system = [ setuptools ];

  nativeCheckInputs = [