1 { lib, buildPythonPackage, isPy3k, fetchPypi, requests, zeroconf, pytestCheckHook }:
3 buildPythonPackage rec {
11 inherit pname version;
12 hash = "sha256-TbtZBILzd8zEYeAXQnB8y+jx0tGyhXivkdybf+vNy9I=";
15 propagatedBuildInputs = [ requests zeroconf ];
17 nativeCheckInputs = [ pytestCheckHook ];
20 # Broken due to removed discoverables in https://github.com/home-assistant-libs/netdisco/commit/477db5a1dc93919a6c5bd61b4b1d3c80e75785bd
21 "tests/test_xboxone.py"
24 pythonImportsCheck = [
30 description = "Python library to scan local network for services and devices";
31 homepage = "https://github.com/home-assistant/netdisco";
32 license = licenses.asl20;
33 maintainers = with maintainers; [ dotlambda ];