summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python')
-rw-r--r--meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
index 977999bfe5..95d1ac05ac 100644
--- a/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
+++ b/meta-python/recipes-devtools/python/python3-appdirs_1.4.4.bb
@@ -19,3 +19,5 @@ do_install_ptest() {
19 install -d ${D}${PTEST_PATH}/test 19 install -d ${D}${PTEST_PATH}/test
20 cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/ 20 cp -rf ${S}/test/* ${D}${PTEST_PATH}/test/
21} 21}
22
23BBCLASSEXTEND = "native nativesdk"