Skip to content

Commit

Permalink
Update ovos-core patching
Browse files Browse the repository at this point in the history
  • Loading branch information
NeonDaniel committed Dec 30, 2023
1 parent 059be71 commit 1a721ab
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 170 deletions.
13 changes: 1 addition & 12 deletions neon_core/skills/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,20 +84,9 @@
mycroft.skills.core.MycroftSkill = PatchedMycroftSkill
mycroft.skills.core.FallbackSkill = mycroft.skills.fallback_skill.FallbackSkill

# TODO: Remove below patches with ovos-core 0.0.8 refactor
import neon_core.skills.patched_plugin_loader
import neon_core.skills.patched_skill_settings
# TODO: Remove below patch after https://github.com/OpenVoiceOS/ovos-core/pull/329
import neon_core.skills.patched_common_query

from mycroft.skills import api
from mycroft.skills import skill_manager
from mycroft.skills.intent_services import padatious_service, converse_service
from ovos_bus_client.message import Message
mycroft.skills.api.Message = Message
mycroft.skills.skill_manager.Message = Message
mycroft.skills.intent_services.padatious_service.Message = Message
mycroft.skills.intent_services.converse_service.Message = Message

__all__ = ['intent_handler',
'intent_file_handler',
'resting_screen_handler',
Expand Down
107 changes: 0 additions & 107 deletions neon_core/skills/patched_plugin_loader.py

This file was deleted.

48 changes: 0 additions & 48 deletions neon_core/skills/patched_skill_settings.py

This file was deleted.

4 changes: 1 addition & 3 deletions requirements/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,8 @@ ovos-bus-client~=0.0.8
neon-transformers~=0.2
ovos-config~=0.0.12
ovos-plugin-manager~=0.0.25
# Testing latest OPM
ovos-backend-client~=0.0.6
psutil~=5.6
ovos-workshop~=0.0.11,>=0.0.12a4
ovos-workshop~=0.0.15

click~=8.0
click-default-group~=1.2
Expand Down

0 comments on commit 1a721ab

Please sign in to comment.