python_openzwave: Fix broken and missing dependencies.

This commit is contained in:
Alex Whitt
2019-11-26 16:59:38 -05:00
parent f373ecec8f
commit 2d00e8d6f3
3 changed files with 25 additions and 2 deletions

View File

@@ -10,5 +10,6 @@ python_openzwave.overridePythonAttrs (oldAttrs: rec {
sha256 = "2d500638270ee4f0e7e9e114d9b4402c94c232f314116cdcf88d7c1dc9a44427";
};
patches = [];
meta.homepage = https://github.com/home-assistant/python-openzwave;
})