mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 00:20:38 -09:00
Our avocado version is old and requires fixes introduced in 112.0 to
support python 3.14 [1].
[1] c1de44fabc
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/12944797019
Signed-off-by: Romain Naour <romain.naour@smile.fr>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
14 lines
393 B
Makefile
14 lines
393 B
Makefile
################################################################################
|
|
#
|
|
# avocado
|
|
#
|
|
################################################################################
|
|
|
|
AVOCADO_VERSION = 113.0
|
|
AVOCADO_SITE = $(call github,avocado-framework,avocado,$(AVOCADO_VERSION))
|
|
AVOCADO_SETUP_TYPE = setuptools
|
|
AVOCADO_LICENSE = GPL-2.0
|
|
AVOCADO_LICENSE_FILES = LICENSE
|
|
|
|
$(eval $(python-package))
|