summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3/python3-manifest.json
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-03-28 21:18:35 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-03-30 00:31:18 +0100
commit3a51d2c8089cb2d038b1de1d1055e7b62df6447c (patch)
treef50582f0f05d63e4d04b354c73995dd0f4a0257e /meta/recipes-devtools/python/python3/python3-manifest.json
parent9280c476625ca3ee3301a115936f91d564767b80 (diff)
downloadpoky-3a51d2c8089cb2d038b1de1d1055e7b62df6447c.tar.gz
python3: consolidate sqlite3 files
Some of the sqlite3 module was in python3-misc by accident, move the files into python3-sqlite3 where they belong. (From OE-Core rev: f06a8d20560b8e93cf875ee58eddda0a976e7b14) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3/python3-manifest.json')
-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 @@
977 "summary": "Python Simple Mail Transport Daemon" 977 "summary": "Python Simple Mail Transport Daemon"
978 }, 978 },
979 "sqlite3": { 979 "sqlite3": {
980 "cached": [], 980 "cached": [
981 "${libdir}/python3.5/sqlite3/__pycache__/*.pyc"
982 ],
981 "files": [ 983 "files": [
982 "${libdir}/python3.5/lib-dynload/_sqlite3.*.so" 984 "${libdir}/python3.5/lib-dynload/_sqlite3.*.so",
985 "${libdir}/python3.5/sqlite3/*.py"
983 ], 986 ],
984 "rdepends": [ 987 "rdepends": [
985 "core" 988 "core"