Merge staging-next into staging

This commit is contained in:
Frederik Rietdijk
2020-06-13 11:03:26 +02:00
343 changed files with 3648 additions and 2203 deletions

View File

@@ -8,7 +8,7 @@
, pytest
, numpy
, isPy3k
, ffmpeg
, ffmpeg_3
, futures
, enum34
}:
@@ -23,7 +23,7 @@ buildPythonPackage rec {
};
checkInputs = [ pytest psutil ] ++ stdenv.lib.optionals isPy3k [
imageio-ffmpeg ffmpeg
imageio-ffmpeg ffmpeg_3
];
propagatedBuildInputs = [ numpy pillow ] ++ stdenv.lib.optionals (!isPy3k) [
futures