11 buildPythonPackage rec {
14 format = "setuptools";
19 inherit pname version;
20 hash = "sha256-TbtZBILzd8zEYeAXQnB8y+jx0tGyhXivkdybf+vNy9I=";
23 propagatedBuildInputs = [
28 nativeCheckInputs = [ pytestCheckHook ];
31 # Broken due to removed discoverables in https://github.com/home-assistant-libs/netdisco/commit/477db5a1dc93919a6c5bd61b4b1d3c80e75785bd
32 "tests/test_xboxone.py"
35 pythonImportsCheck = [
41 description = "Python library to scan local network for services and devices";
42 homepage = "https://github.com/home-assistant/netdisco";
43 license = licenses.asl20;
44 maintainers = with maintainers; [ dotlambda ];