Unverified Commit e738aa6b authored by Robert Schütz's avatar Robert Schütz Committed by GitHub
Browse files

Merge pull request #334392 from dotlambda/python3Packages.imageio-ffmpeg

python312Packages.imageio-ffmpeg: cleanup
parents 64ab8b77 d1454ba7
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 = [