summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-click_8.0.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-click_8.0.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-click_8.0.1.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python3-click_8.0.1.bb b/meta-python/recipes-devtools/python/python3-click_8.0.1.bb
index be13570b59..c8b9a429ed 100644
--- a/meta-python/recipes-devtools/python/python3-click_8.0.1.bb
+++ b/meta-python/recipes-devtools/python/python3-click_8.0.1.bb
@@ -23,8 +23,10 @@ RDEPENDS:${PN}-ptest += " \
23" 23"
24 24
25do_install_ptest() { 25do_install_ptest() {
26 install -d ${D}${PTEST_PATH}/tests 26 install -d ${D}${PTEST_PATH}/tests
27 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ 27 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
28 cp -rf ${S}/setup.cfg ${D}${PTEST_PATH}/
29 cp -rf ${S}/docs ${D}${PTEST_PATH}/
28} 30}
29 31
30UPSTREAM_CHECK_REGEX = "click/(?P<pver>\d+(\.\d+)+)/" 32UPSTREAM_CHECK_REGEX = "click/(?P<pver>\d+(\.\d+)+)/"