mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-01-30 10:25:12 +01:00
e84818f62e
- Changes to the raspberypi board folder/structure - Bump python related poackages and fixes to Python3.10 - Bump KF5 framewerk packages to 5.91 - Bump qtwebengine to 5.15.8 - Bump/Add/Fix all OVOS related packages - Fixes all over the OpenVoiceOS structure for 2022.02.1
13 lines
452 B
Makefile
13 lines
452 B
Makefile
################################################################################
|
|
#
|
|
# python-ovos-core
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_OVOS_CORE_VERSION = d63d5f7495d958edd5f8b67dceb63ed3ed20ff52
|
|
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
|
|
|
|
$(eval $(python-package))
|