1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-02-15 19:30:54 +01:00
j1nx c474d35965 Bumps all over the place. Work of the last weeks.
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.
2024-07-20 13:04:35 +00:00

14 lines
587 B
Makefile

################################################################################
#
# python-ovos-plugin-manager
#
################################################################################
PYTHON_OVOS_PLUGIN_MANAGER_VERSION = 9857a3ef5d2b348b2276fbf5821bea71b6678cfa
PYTHON_OVOS_PLUGIN_MANAGER_SITE = $(call github,OpenVoiceOS,ovos-plugin-manager,$(PYTHON_OVOS_PLUGIN_MANAGER_VERSION))
PYTHON_OVOS_PLUGIN_MANAGER_SETUP_TYPE = setuptools
PYTHON_OVOS_PLUGIN_MANAGER_LICENSE_FILES = LICENSE
PYTHON_OVOS_PLUGIN_MANAGER_ENV = MYCROFT_LOOSE_REQUIREMENTS=true
$(eval $(python-package))