1
1
mirror of https://github.com/OpenVoiceOS/OpenVoiceOS synced 2025-06-05 22:19:21 +02:00

Bump packages

This commit is contained in:
j1nx
2023-01-01 19:25:18 +01:00
parent 31a9e266d6
commit ecc61cbd52
49 changed files with 3441 additions and 124 deletions

View File

@ -4,9 +4,16 @@
#
################################################################################
PYTHON_OVOS_CORE_VERSION = dc960e7bf7afc33f53e5c918a08049b20745df47
PYTHON_OVOS_CORE_VERSION = bcca687c6f66368246303a75b9686e02feebfe68
PYTHON_OVOS_CORE_SITE = $(call github,OpenVoiceOS,ovos-core,$(PYTHON_OVOS_CORE_VERSION))
PYTHON_OVOS_CORE_SETUP_TYPE = setuptools
PYTHON_OVOS_CORE_LICENSE_FILES = LICENSE
PYTHON_OVOS_CORE_ENV = MYCROFT_LOOSE_REQUIREMENTS=true
PYTHON_OVOS_CORE_PRE_CONFIGURE_HOOKS = PYTHON_OVOS_CORE_REQUIREMENTS
define PYTHON_OVOS_CORE_REQUIREMENTS
cp $(@D)/requirements/requirements.txt $(@D)/requirements/minimal.txt
endef
$(eval $(python-package))