diff --git a/ovos_PHAL_plugin_system/__init__.py b/ovos_PHAL_plugin_system/__init__.py index 93f15c2..72bd872 100644 --- a/ovos_PHAL_plugin_system/__init__.py +++ b/ovos_PHAL_plugin_system/__init__.py @@ -14,7 +14,7 @@ from ovos_plugin_manager.phal import PHALPlugin from ovos_utils import classproperty -from ovos_utils.gui import GUIInterface +from ovos_bus_client.apis.gui import GUIInterface from ovos_utils.process_utils import RuntimeRequirements from ovos_utils.system import system_reboot, system_shutdown, ssh_enable,\ ssh_disable, ntp_sync, restart_service, is_process_running, \ diff --git a/requirements.txt b/requirements.txt index 15b8110..03c2e88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ ovos-plugin-manager~=0.0.1 ovos-utils~=0.0, >=0.0.30 ovos_config~=0.0, >=0.0.5 -ovos-bus-client~=0.0.3 \ No newline at end of file +ovos-bus-client~=0.0.8 \ No newline at end of file