mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-02-14 19:00:42 +01:00
To much of a hassle to split into seperate commits. Needed to push as I see my SSD degrading and are afraid of the crash.
17 lines
596 B
Plaintext
17 lines
596 B
Plaintext
config BR2_PACKAGE_PYTHON_OVOS_PLUGIN_MANAGER
|
|
bool "python-ovos-plugin-manager"
|
|
select BR2_PACKAGE_PYTHON_OVOS_UTILS
|
|
select BR2_PACKAGE_PYTHON_OVOS_BUS_CLIENT
|
|
select BR2_PACKAGE_PYTHON_OVOS_CONFIG
|
|
select BR2_PACKAGE_PYTHON_COMBO_LOCK
|
|
select BR2_PACKAGE_PYTHON_REQUESTS
|
|
select BR2_PACKAGE_PYTHON_QUEBRA_FRASES
|
|
select BR2_PACKAGE_PYTHON_LANGCODES
|
|
select BR2_PACKAGE_PYTHON_IMPORTLIB_METADATA
|
|
select BR2_PACKAGE_PYTHON_SETUPTOOLS
|
|
help
|
|
OPM can be used to search, install, load
|
|
and create plugins for the OpenVoiceOS ecosystem!
|
|
|
|
https://github.com/OpenVoiceOS/OVOS-plugin-manager
|