summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python-pytest.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pytest.inc')
-rw-r--r--meta-python/recipes-devtools/python/python-pytest.inc5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python-pytest.inc b/meta-python/recipes-devtools/python/python-pytest.inc
index 7ef6092b5..5f3e60eef 100644
--- a/meta-python/recipes-devtools/python/python-pytest.inc
+++ b/meta-python/recipes-devtools/python/python-pytest.inc
@@ -21,6 +21,11 @@ RDEPENDS_${PN}_class-target += " \
21 ${PYTHON_PN}-setuptools \ 21 ${PYTHON_PN}-setuptools \
22 ${PYTHON_PN}-six \ 22 ${PYTHON_PN}-six \
23 ${PYTHON_PN}-atomicwrites \ 23 ${PYTHON_PN}-atomicwrites \
24 ${PYTHON_PN}-importlib-metadata \
25 ${PYTHON_PN}-pathlib2 \
26 ${PYTHON_PN}-wcwidth \
27 ${PYTHON_PN}-more-itertools \
28 ${PYTHON_PN}-packaging \
24" 29"
25 30
26FILESEXTRAPATHS_prepend := "${THISDIR}/python-pytest:" 31FILESEXTRAPATHS_prepend := "${THISDIR}/python-pytest:"