diff options
| author | wangmy <wangmy@fujitsu.com> | 2022-03-29 09:18:24 +0800 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-30 13:07:41 +0100 |
| commit | 1a32c6d7c7fa0f3bda147b9ce53bc4d812756b72 (patch) | |
| tree | 714fa625a256d879da7af5dc02b42ffe283d15e5 /meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb | |
| parent | 12be0d3efb4a24f21c0184cefe7b0450bc68d034 (diff) | |
| download | poky-1a32c6d7c7fa0f3bda147b9ce53bc4d812756b72.tar.gz | |
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>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb b/meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb new file mode 100644 index 0000000000..f7a2c1bb95 --- /dev/null +++ b/meta/recipes-devtools/python/python3-pytest-runner_6.0.0.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | SUMMARY = "Invoke py.test as distutils command with dependency resolution" | ||
| 2 | HOMEPAGE = "https://pypi.org/project/pytest-runner/" | ||
| 3 | LICENSE = "MIT" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=7a7126e068206290f3fe9f8d6c713ea6" | ||
| 5 | |||
| 6 | SRC_URI[sha256sum] = "b4d85362ed29b4c348678de797df438f0f0509497ddb8c647096c02a6d87b685" | ||
| 7 | |||
| 8 | inherit pypi python_setuptools_build_meta | ||
| 9 | |||
| 10 | DEPENDS += " \ | ||
| 11 | ${PYTHON_PN}-setuptools-scm-native" | ||
| 12 | |||
| 13 | RDEPENDS:${PN} = "${PYTHON_PN}-py ${PYTHON_PN}-setuptools ${PYTHON_PN}-debugger ${PYTHON_PN}-json \ | ||
| 14 | ${PYTHON_PN}-io ${PYTHON_PN}-distutils" | ||
| 15 | |||
| 16 | BBCLASSEXTEND = "native nativesdk" | ||
