9 buildPythonPackage rec {
10 pname = "onvif-zeep-async";
12 format = "setuptools";
14 disabled = pythonOlder "3.7";
17 inherit pname version;
18 hash = "sha256-bRPqbuBrC4Q0gdQGb2KAy1pTHce42WvM7gjvAspH4WE=";
21 propagatedBuildInputs = [
26 pythonImportsCheck = [
30 # Tests are not shipped
34 description = "ONVIF Client Implementation in Python";
35 homepage = "https://github.com/hunterjm/python-onvif-zeep-async";
36 license = with licenses; [ mit ];
37 maintainers = with maintainers; [ fab ];