diff options
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-click_8.0.1.bb')
-rw-r--r-- | meta-openembedded/meta-python/recipes-devtools/python/python3-click_8.0.1.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-click_8.0.1.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-click_8.0.1.bb index be13570b5..c8b9a429e 100644 --- a/meta-openembedded/meta-python/recipes-devtools/python/python3-click_8.0.1.bb +++ b/meta-openembedded/meta-python/recipes-devtools/python/python3-click_8.0.1.bb @@ -23,8 +23,10 @@ RDEPENDS:${PN}-ptest += " \ " do_install_ptest() { - install -d ${D}${PTEST_PATH}/tests - cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ + install -d ${D}${PTEST_PATH}/tests + cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ + cp -rf ${S}/setup.cfg ${D}${PTEST_PATH}/ + cp -rf ${S}/docs ${D}${PTEST_PATH}/ } UPSTREAM_CHECK_REGEX = "click/(?P<pver>\d+(\.\d+)+)/" |