mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 03:33:02 +01:00
python3-pytest-runner: upgrade 5.3.1 -> 6.0.0
Add dependency python3-distutils. Changelog: ========= - #49: Dropped workaround for older setuptools versions. - Require Python 3.7. - #58: Fixed syntax issue in changelog. (From OE-Core rev: 06162fbbbacbfd705755b5898fb3343483807904) Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
16
meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb
Normal file
16
meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb
Normal file
@@ -0,0 +1,16 @@
|
||||
SUMMARY = "Invoke py.test as distutils command with dependency resolution"
|
||||
HOMEPAGE = "https://pypi.org/project/pytest-runner/"
|
||||
LICENSE = "MIT"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6"
|
||||
|
||||
SRC_URI[sha256sum] = "b4d85362ed29b4c348678de797df438f0f0509497ddb8c647096c02a6d87b685"
|
||||
|
||||
inherit pypi python_setuptools_build_meta
|
||||
|
||||
DEPENDS += " \
|
||||
${PYTHON_PN}-setuptools-scm-native"
|
||||
|
||||
RDEPENDS:${PN} = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools ${PYTHON_PN}-debugger ${PYTHON_PN}-json \
|
||||
${PYTHON_PN}-io ${PYTHON_PN}-distutils"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
Reference in New Issue
Block a user