summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb
diff options
context:
space:
mode:
authorLeon Anavi <leon.anavi@konsulko.com>2020-07-24 13:35:09 +0300
committerKhem Raj <raj.khem@gmail.com>2020-07-28 12:23:15 -0700
commit9c5ac93936d30558803e766bb4539460a43cafd2 (patch)
tree2656153e1f6b7378209c69678a032e1fe8fceb50 /meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb
parent76b83194b31ca57790fdffb43c81c8cb0131f527 (diff)
downloadmeta-openembedded-9c5ac93936d30558803e766bb4539460a43cafd2.tar.gz
python3-pytest-metadata: Upgrade 1.9.0 -> 1.10.0
Upgrade to release 1.10.0: - Compatible with pytest-xdist 1.22.3+, now including 2.0+ Signed-off-by: Leon Anavi <leon.anavi@konsulko.com> Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb17
1 files changed, 0 insertions, 17 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb b/meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb
deleted file mode 100644
index 4a77af3cfd..0000000000
--- a/meta-python/recipes-devtools/python/python3-pytest-metadata_1.9.0.bb
+++ /dev/null
@@ -1,17 +0,0 @@
1DESCRIPTION = "pytest-metadata is a plugin that allowed for accessing pytest metadata"
2DEPENDS += "${PYTHON_PN}-setuptools-scm-native"
3
4LICENSE = "MPL-2.0"
5LIC_FILES_CHKSUM = "file://LICENSE;md5=5d425c8f3157dbf212db2ec53d9e5132"
6
7SRC_URI[sha256sum] = "168d203abba8cabb65cf1b5fa675b0ba60dccbf1825d147960876a7e6f7c219c"
8
9PYPI_PACKAGE = "pytest-metadata"
10
11inherit pypi setuptools3
12
13RDEPENDS_${PN} = " \
14 ${PYTHON_PN}-pytest \
15"
16
17BBCLASSEXTEND = "native nativesdk"