diff options
-rw-r--r-- | meta-python/recipes-devtools/python/python-pytest.inc | 5 |
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 7ef6092b5f..5f3e60eef8 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 | ||
26 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-pytest:" | 31 | FILESEXTRAPATHS_prepend := "${THISDIR}/python-pytest:" |