diff --git a/meta-python/recipes-devtools/python/python3-portion_2.6.0.bb b/meta-python/recipes-devtools/python/python3-portion_2.6.0.bb index 8bdbc032cf..2c2e67579e 100644 --- a/meta-python/recipes-devtools/python/python3-portion_2.6.0.bb +++ b/meta-python/recipes-devtools/python/python3-portion_2.6.0.bb @@ -14,8 +14,8 @@ RDEPENDS:${PN} += "\ " do_install_ptest:append () { - # This file tests README.md and deleted as redundant. - rm -f ${D}/tests/test_doc.py + # test_doc.py tests README.md. + install -Dm 0644 ${S}/README.md ${D}${PTEST_PATH}/README.md } BBCLASSEXTEND = "native"