summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb b/meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb
index e86a3c7898..59e83e00db 100644
--- a/meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb
+++ b/meta-python/recipes-devtools/python/python3-tomlkit_0.12.1.bb
@@ -27,3 +27,5 @@ do_install_ptest() {
27 install -d ${D}${PTEST_PATH}/tests 27 install -d ${D}${PTEST_PATH}/tests
28 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/ 28 cp -rf ${S}/tests/* ${D}${PTEST_PATH}/tests/
29} 29}
30
31BBCLASSEXTEND = "native nativesdk"