10 buildPythonPackage rec {
11 pname = "aiozeroconf";
15 disabled = pythonOlder "3.7";
18 inherit pname version;
19 hash = "sha256-ENupazLlOqfwHugNLEgeTZjPOYxRgznuCKHpU5unlxw=";
22 build-system = [ setuptools ];
24 dependencies = [ netifaces ];
26 pythonImportsCheck = [ "aiozeroconf" ];
29 description = "Implementation of multicast DNS service discovery";
30 homepage = "https://github.com/jstasiak/python-zeroconf";
31 license = licenses.lgpl21Only;
32 maintainers = with maintainers; [ obadz ];
33 mainProgram = "aiozeroconf";