mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Get buildroot-external tree to reflect 2022.02.1
- 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
This commit is contained in:
@ -0,0 +1,7 @@
|
||||
config BR2_PACKAGE_PYTHON_PYTEST_RUNNER
|
||||
bool "python-pytest-runner"
|
||||
help
|
||||
Invoke py.test as distutils command with dependency
|
||||
resolution.
|
||||
|
||||
https://github.com/pytest-dev/pytest-runner/
|
@ -0,0 +1,5 @@
|
||||
# md5, sha256 from https://pypi.org/pypi/pytest-runner/json
|
||||
md5 f87d06b0bcea00279dfdf6cc32bf0fd0 pytest-runner-5.3.1.tar.gz
|
||||
sha256 0fce5b8dc68760f353979d99fdd6b3ad46330b6b1837e2077a89ebcf204aac91 pytest-runner-5.3.1.tar.gz
|
||||
# Locally computed sha256 checksums
|
||||
sha256 db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8 LICENSE
|
@ -0,0 +1,16 @@
|
||||
################################################################################
|
||||
#
|
||||
# python-pytest-runner
|
||||
#
|
||||
################################################################################
|
||||
|
||||
PYTHON_PYTEST_RUNNER_VERSION = 5.3.1
|
||||
PYTHON_PYTEST_RUNNER_SOURCE = pytest-runner-$(PYTHON_PYTEST_RUNNER_VERSION).tar.gz
|
||||
PYTHON_PYTEST_RUNNER_SITE = https://files.pythonhosted.org/packages/2a/04/c3223812b3427ffa95110c5781eae7fe8bc3e9e1fe4e2328bee17b9e5820
|
||||
PYTHON_PYTEST_RUNNER_SETUP_TYPE = setuptools
|
||||
PYTHON_PYTEST_RUNNER_LICENSE = MIT
|
||||
PYTHON_PYTEST_RUNNER_LICENSE_FILES = LICENSE
|
||||
|
||||
$(eval $(python-package))
|
||||
$(eval $(host-python-package))
|
||||
|
Reference in New Issue
Block a user