9 buildPythonPackage rec {
12 disabled = pythonOlder "3.6";
14 src = fetchFromGitHub {
18 sha256 = "0k7wl9wf5i0yfdds6f9ma78ckz1p4h72z5s3qg0axzra62fvl9xg";
21 propagatedBuildInputs = [
26 # Project has no tests. test_cam_rtsp.py is more a sample for using the module
28 pythonImportsCheck = [ "pyezviz" ];
31 description = "Python interface for for Ezviz cameras";
32 homepage = "https://github.com/baqs/pyEzviz/";
33 license = with licenses; [ asl20 ];
34 maintainers = with maintainers; [ fab ];