9 buildPythonPackage rec {
10 pname = "openhomedevice";
12 disabled = pythonOlder "3.5";
14 src = fetchFromGitHub {
15 owner = "bazwilliams";
18 sha256 = "04qdlyzc8xsk7qxyn9l59pbwnlw49zknw0r5lqwx402va12g4ra0";
21 propagatedBuildInputs = [
26 # Tests are currently outdated
27 # https://github.com/bazwilliams/openhomedevice/issues/20
29 pythonImportsCheck = [ "openhomedevice" ];
32 description = "Python module to access Linn Ds and Openhome devices";
33 homepage = "https://github.com/bazwilliams/openhomedevice";
34 license = with licenses; [ mit ];
35 maintainers = with maintainers; [ fab ];