summaryrefslogtreecommitdiffstats
path: root/meta-python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python')
-rw-r--r--meta-python/recipes-devtools/python/python3-pyzmq_27.1.0.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyzmq_27.1.0.bb b/meta-python/recipes-devtools/python/python3-pyzmq_27.1.0.bb
index 02518f43aa..4014879aae 100644
--- a/meta-python/recipes-devtools/python/python3-pyzmq_27.1.0.bb
+++ b/meta-python/recipes-devtools/python/python3-pyzmq_27.1.0.bb
@@ -59,4 +59,5 @@ RDEPENDS:${PN}-ptest += "\
59do_install_ptest() { 59do_install_ptest() {
60 install -d ${D}${PTEST_PATH}/tests 60 install -d ${D}${PTEST_PATH}/tests
61 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ 61 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
62 install -m 0644 ${S}/pytest.ini ${D}${PTEST_PATH}/pytest.ini
62} 63}