mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-02 05:33:57 -09:00
https://github.com/pytest-dev/pytest/blob/9.0.3/doc/en/changelog.rst Fixes CVE-2025-71176. Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
16 lines
590 B
Makefile
16 lines
590 B
Makefile
################################################################################
|
|
#
|
|
# python-pytest
|
|
#
|
|
################################################################################
|
|
|
|
PYTHON_PYTEST_VERSION = 9.0.3
|
|
PYTHON_PYTEST_SOURCE = pytest-$(PYTHON_PYTEST_VERSION).tar.gz
|
|
PYTHON_PYTEST_SITE = https://files.pythonhosted.org/packages/7d/0d/549bd94f1a0a402dc8cf64563a117c0f3765662e2e668477624baeec44d5
|
|
PYTHON_PYTEST_SETUP_TYPE = setuptools
|
|
PYTHON_PYTEST_LICENSE = MIT
|
|
PYTHON_PYTEST_LICENSE_FILES = LICENSE
|
|
PYTHON_PYTEST_DEPENDENCIES = host-python-setuptools-scm
|
|
|
|
$(eval $(python-package))
|