Merge pull request #70258 from juaningan/restrictedpython

home-assistant: add support for python_script component
This commit is contained in:
Peter Hoeg
2020-01-09 10:50:17 +08:00
committed by GitHub
3 changed files with 37 additions and 1 deletions

View File

@@ -5131,6 +5131,8 @@ in {
repocheck = callPackage ../development/python-modules/repocheck { };
restrictedpython = callPackage ../development/python-modules/restrictedpython { };
restview = callPackage ../development/python-modules/restview { };
readme = callPackage ../development/python-modules/readme { };