12 buildPythonPackage rec {
14 format = "setuptools";
18 inherit pname version;
19 sha256 = "865c4a097e2a8527aa8bfc96ab0bcc0d280a88cc93eabcc36531268f5d343ce1";
22 propagatedBuildInputs = [
30 # tests not packaged with pypi
32 pythonImportsCheck = [ "vidstab" ];
35 homepage = "https://github.com/AdamSpannbauer/python_video_stab";
36 description = "Video Stabilization using OpenCV";
37 license = licenses.mit;