]> code.ossystems Code Review - openembedded-core.git/commitdiff
python3: consolidate sqlite3 files
authorRoss Burton <ross.burton@intel.com>
Wed, 28 Mar 2018 20:18:35 +0000 (21:18 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 29 Mar 2018 23:28:38 +0000 (00:28 +0100)
Some of the sqlite3 module was in python3-misc by accident, move the files
into python3-sqlite3 where they belong.

Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-devtools/python/python3/python3-manifest.json

index 1914a4c43ba811ccfc3567e6bc32ae210039cd11..95071c53f5af49d5ad600bb4a80057e9e13d4058 100644 (file)
         "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"