summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/python/python3/python3-manifest.json7
1 files changed, 5 insertions, 2 deletions
diff --git a/meta/recipes-devtools/python/python3/python3-manifest.json b/meta/recipes-devtools/python/python3/python3-manifest.json
index 1914a4c43b..95071c53f5 100644
--- a/meta/recipes-devtools/python/python3/python3-manifest.json
+++ b/meta/recipes-devtools/python/python3/python3-manifest.json
@@ -977,9 +977,12 @@
"summary": "Python Simple Mail Transport Daemon"
},
"sqlite3": {
- "cached": [],
+ "cached": [
+ "${libdir}/python3.5/sqlite3/__pycache__/*.pyc"
+ ],
"files": [
- "${libdir}/python3.5/lib-dynload/_sqlite3.*.so"
+ "${libdir}/python3.5/lib-dynload/_sqlite3.*.so",
+ "${libdir}/python3.5/sqlite3/*.py"
],
"rdepends": [
"core"